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 84a6e08 commit c041a3fCopy full SHA for c041a3f
.changeset/empty-readers-roll.md
@@ -0,0 +1,5 @@
1
+---
2
+"@headless-tree/core": patch
3
4
+
5
+expose `isOrderedDragTarget` as utility method to differentiate between ordered and unordered drag targets (#108)
packages/core/src/index.ts
@@ -33,3 +33,4 @@ export * from "./core/build-proxified-instance";
33
export * from "./core/build-static-instance";
34
35
export { makeStateUpdater } from "./utils";
36
+export { isOrderedDragTarget } from "./features/drag-and-drop/utils";
0 commit comments