UNPKG

@bos-model-alpha/data

Version:

数据管理

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