UNPKG

@fruits-chain/react-native-xiaoshu

Version:
18 lines (17 loc) • 661 B
"use strict"; import { attachPropertiesToComponent } from "../helpers/index.js"; import { varCreator, styleCreator } from "./style.js"; import Tree, { findNodeByValue, findAllChildrenValue, findParentNodeByValue, findAllParentNodeByValue, flattenDeepWidthChildren, buildHighlightLabelConfig } from "./tree.js"; import { TreeMultipleMode } from "./var.js"; export default attachPropertiesToComponent(Tree, { varCreator, styleCreator, MultipleMode: TreeMultipleMode, findNodeByValue, findAllChildrenValue, findParentNodeByValue, findAllParentNodeByValue, flattenDeepWidthChildren, buildHighlightLabelConfig }); //# sourceMappingURL=index.js.map