@fruits-chain/react-native-xiaoshu
Version:
🌈 React Native UI library
18 lines (17 loc) • 661 B
JavaScript
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
;