UNPKG

@fesjs/fes-design

Version:
9 lines (6 loc) 258 B
import './style'; import { withInstall } from '../_util/withInstall'; import SelectTree from './selectTree.js'; export { selectTreeProps } from './selectTree.js'; const FSelectTree = withInstall(SelectTree); export { FSelectTree, FSelectTree as default };