UNPKG

@bos-model-alpha/data

Version:

数据管理

6 lines (5 loc) 143 B
interface PropsType { onSelect: (info: any) => void; } export declare const LeftTree: ({ onSelect }: PropsType) => JSX.Element; export {};