UNPKG

@bos-model-alpha/data

Version:

数据管理

13 lines (12 loc) 281 B
interface PropsType { classDefined?: any; attributes: any[]; } /** * * @param {classDefined} 当前类定义 * @param {attributes} 当前类模型属性 * @returns */ export declare const EdgeTable: ({ classDefined, attributes }: PropsType) => JSX.Element; export {};