UNPKG

react-wonderful-tree

Version:

React component for expandable, sortable, and droppable file trees

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