UNPKG

react-treeview-z

Version:

react tree-view (Hooks), light-weight but complete react tree

8 lines (7 loc) 208 B
import React from 'react'; export interface IFTreeViewProps { children: React.ReactNode | any; className?: string; } declare const TreeView: React.FC<IFTreeViewProps>; export default TreeView;