Skip to content

Commit 168a3ee

Browse files
committed
Fixed export of ResizeHandlePlacement
1 parent 0f0ec6e commit 168a3ee

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-spaces",
3-
"version": "0.2.0-beta.6",
3+
"version": "0.2.0-beta.7",
44
"main": "dist/index.js",
55
"module": "dist/es/index.js",
66
"types": "dist/index.d.ts",

src/components/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ export * from "./Positioned";
1111
export * from "./SpaceInfo";
1212
export * from "./ViewPort";
1313
export * from "./Options";
14-
export { AnchorType, CenterType, IPosition } from "../core-types";
14+
export { ResizeHandlePlacement, AnchorType, CenterType, IPosition } from "../core-types";

0 commit comments

Comments
 (0)