Skip to content

Commit e302bd4

Browse files
authored
Export DragOverlayProps for typing (#699)
1 parent 4b286e4 commit e302bd4

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@dnd-kit/core": patch
3+
---
4+
5+
Export `DragOverlayProps` for consumers.

packages/core/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
export {
22
DndContext,
33
DragOverlay,
4+
DragOverlayProps,
45
defaultAnnouncements,
56
defaultDropAnimation,
67
} from './components';

0 commit comments

Comments
 (0)