UNPKG

@fesjs/fes-design

Version:
9 lines (6 loc) 205 B
import './style'; import { withInstall } from '../_util/withInstall'; import Tree from './tree'; export { treeProps } from './props'; const FTree = withInstall(Tree); export { FTree, FTree as default };