@td-design/react-native
Version:
react-native UI组件库
16 lines • 742 B
TypeScript
import React from 'react';
import { TreeItemProps, TreeProps } from './type';
declare const _default: React.MemoExoticComponent<{
({ id, text, disabled, onPress, style, textStyle, customCheckIcon, level, activeOpacity, nodeStyle, checkable, handleCheck, currentKeys, }: TreeItemProps & Pick<TreeProps, "activeOpacity" | "checkable" | "nodeStyle"> & Pick<{
currentKeys: string[];
openedKeys: string[];
flatData: import("./type").FlattenTreeItem[];
handleCheck: (key: string) => void;
handleExpand: (key: string) => void;
}, "currentKeys" | "handleCheck"> & {
level: number;
}): JSX.Element;
displayName: string;
}>;
export default _default;
//# sourceMappingURL=TreeNode.d.ts.map