Commit baa7af7
authored
feat(types): expose the prop types
This will expose the component type definitions.
```ts
import {ReactSortableTreeProps} from "@nosferatu500/react-sortable-tree/react-sortable-tree"
// or
/**
* @typedef {import("@nosferatu500/react-sortable-tree/react-sortable-tree").ReactSortableTreeProps} ReactSortableTreeProps
*/
```1 parent 8bb4358 commit baa7af7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
787 | 787 | | |
788 | 788 | | |
789 | 789 | | |
790 | | - | |
| 790 | + | |
791 | 791 | | |
792 | 792 | | |
793 | 793 | | |
| |||
0 commit comments