UNPKG

@cgi-learning-hub/ui

Version:

@cgi-learning-hub/ui is an open-source React component library that implements UI for HUB's features

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