Skip to content

Commit

Permalink
chore: export dnd utils (#656)
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusz-oi authored Jun 19, 2024
1 parent 0f6ecb1 commit 62cb06a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/nasty-parrots-serve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@craftjs/core': patch
---

Add exports for Positioner and createShadow
2 changes: 2 additions & 0 deletions packages/core/src/events/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ export { useEventHandler } from './EventContext';
export * from './CoreEventHandlers';
export * from './DefaultEventHandlers';
export { Events } from './Events';
export { Positioner } from './Positioner';
export { createShadow } from './createShadow';

0 comments on commit 62cb06a

Please sign in to comment.