UNPKG

shineout

Version:

Shein 前端组件库

13 lines (10 loc) 286 B
import Tree from './Tree' import inputable from '../Form/inputable' import { TreeFieldType } from './Props' const Select = inputable(Tree) as TreeFieldType const TreeExport = Object.assign(Tree, { displayName: 'ShineoutTree', Select, Field: Select, }) export default TreeExport