UNPKG

react-wonderful-tree

Version:

React component for expandable, sortable, and droppable file trees

5 lines (4 loc) 149 B
import { FC } from 'react'; import { DraggableProps } from './types'; declare const TreeDraggable: FC<DraggableProps>; export default TreeDraggable;