@fruits-chain/react-native-xiaoshu
Version:
🌈 React Native UI library
25 lines (22 loc) • 606 B
text/typescript
import { attachPropertiesToComponent } from '../helpers'
import { varCreator, styleCreator } from './style'
import Tree, {
findNodeByValue,
findAllChildrenValue,
findParentNodeByValue,
findAllParentNodeByValue,
flattenDeepWidthChildren,
buildHighlightLabelConfig,
} from './tree'
import { TreeMultipleMode } from './var'
export default attachPropertiesToComponent(Tree, {
varCreator,
styleCreator,
MultipleMode: TreeMultipleMode,
findNodeByValue,
findAllChildrenValue,
findParentNodeByValue,
findAllParentNodeByValue,
flattenDeepWidthChildren,
buildHighlightLabelConfig,
})