Skip to content

Commit

Permalink
Export DragOverlayProps for typing (#699)
Browse files Browse the repository at this point in the history
  • Loading branch information
JuAn-Kang committed Apr 14, 2022
1 parent 4b286e4 commit e302bd4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/export-dragoverlayprops-type.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@dnd-kit/core": patch
---

Export `DragOverlayProps` for consumers.
1 change: 1 addition & 0 deletions packages/core/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export {
DndContext,
DragOverlay,
DragOverlayProps,
defaultAnnouncements,
defaultDropAnimation,
} from './components';
Expand Down

0 comments on commit e302bd4

Please sign in to comment.