Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Commit b3996da

Browse files
authored
Merge pull request #7 from paul-vd/patch-1
feat(types): expose the prop types
2 parents 8bb4358 + baa7af7 commit b3996da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/react-sortable-tree.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@ type OnDragStateChangedParams = {
787787
draggedNode: any
788788
}
789789

790-
type ReactSortableTreeProps = {
790+
export type ReactSortableTreeProps = {
791791
dragDropManager?: {
792792
getMonitor: () => unknown
793793
}

0 commit comments

Comments
 (0)