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 81f5932 commit e59d2a7Copy full SHA for e59d2a7
src/util.ts
@@ -1,8 +1,7 @@
1
import { PropsWithChildren } from "react";
2
import { Options } from "sortablejs";
3
-import { ItemInterface } from "../dist";
4
import { MultiDragEvent } from "./react-sortable";
5
-import { AllMethodNames, ReactSortableProps } from "./types";
+import { AllMethodNames, ItemInterface, ReactSortableProps } from "./types";
6
7
/**
8
* Removes the `node` from the DOM
0 commit comments