UNPKG

269 BTypeScriptView Raw
1import TreeSelect, { TreeSelectProps } from './TreeSelect';
2import TreeNode from './TreeNode';
3import { SHOW_ALL, SHOW_CHILD, SHOW_PARENT } from './utils/strategyUtil';
4export { TreeNode, SHOW_ALL, SHOW_CHILD, SHOW_PARENT, TreeSelectProps };
5export default TreeSelect;