8000 [exports] creates default export · dasveloper/react-sortablejs@81f5932 · GitHub
[go: up one dir, main page]

Skip to content

Commit 81f5932

Browse files
author
Wayne Van Son
committed
[exports] creates default export
1 parent d2f4751 commit 81f5932

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/index.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
export { ReactSortable } from "./react-sortable";
2-
export * from "./types";
31
export {
42
default as Sortable,
5-
MultiDrag,
6-
Swap,
7-
DOMRect,
83
Direction,
4+
DOMRect,
95
GroupOptions,
106
MoveEvent,
7+
MultiDrag,
118
Options,
129
PullResult,
1310
PutResult,
1411
SortableEvent,
1512
SortableOptions,
13+
Swap,
1614
Utils
1715
} from "sortablejs";
16+
export { ReactSortable as default, ReactSortable } from "./react-sortable";
17+
export * from "./types";

0 commit comments

Comments
 (0)
0