UNPKG

react-wonderful-tree

Version:

React component for expandable, sortable, and droppable file trees

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