Skip to content

Commit b8e3cd9

Browse files
committed
fix: export missing nested list props type
1 parent 1c58c32 commit b8e3cd9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import {
1010
useReorderableDragStart,
1111
} from './hooks';
1212
import type {
13+
NestedReorderableListProps,
1314
ReorderableListCellAnimations,
1415
ReorderableListDragEndEvent,
1516
ReorderableListDragStartEvent,
@@ -25,6 +26,7 @@ export {
2526
useReorderableDrag,
2627
useReorderableDragStart,
2728
useReorderableDragEnd,
29+
NestedReorderableListProps,
2830
ReorderableListProps,
2931
ReorderableListReorderEvent,
3032
ReorderableListCellAnimations,

0 commit comments

Comments
 (0)