UNPKG

rsuite

Version:

A suite of react components

6 lines (5 loc) 155 B
import Tree from './Tree'; export type { TreeProps } from './Tree'; export type { TreeNodeProps } from './TreeNode'; export { Tree }; export default Tree;