UNPKG

@bos-alpha/data

Version:

数据管理

8 lines (7 loc) 248 B
interface PropsType { curNodeInfo: any; setCurNodeInfo?: (classDefined: any) => void; onDataImport?: () => void; } export declare const RightContent: ({ curNodeInfo, setCurNodeInfo, onDataImport }: PropsType) => JSX.Element; export {};