Skip to content

Commit 62cb06a

Browse files
authored
chore: export dnd utils (#656)
1 parent 0f6ecb1 commit 62cb06a

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Diff for: .changeset/nasty-parrots-serve.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@craftjs/core': patch
3+
---
4+
5+
Add exports for Positioner and createShadow

Diff for: packages/core/src/events/index.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ export { useEventHandler } from './EventContext';
22
export * from './CoreEventHandlers';
33
export * from './DefaultEventHandlers';
44
export { Events } from './Events';
5+
export { Positioner } from './Positioner';
6+
export { createShadow } from './createShadow';

0 commit comments

Comments
 (0)