We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2f4751 commit 81f5932Copy full SHA for 81f5932
src/index.ts
@@ -1,17 +1,17 @@
1
-export { ReactSortable } from "./react-sortable";
2
-export * from "./types";
3
export {
4
default as Sortable,
5
- MultiDrag,
6
- Swap,
7
- DOMRect,
8
Direction,
+ DOMRect,
9
GroupOptions,
10
MoveEvent,
+ MultiDrag,
11
Options,
12
PullResult,
13
PutResult,
14
SortableEvent,
15
SortableOptions,
+ Swap,
16
Utils
17
} from "sortablejs";
+export { ReactSortable as default, ReactSortable } from "./react-sortable";
+export * from "./types";
0 commit comments