UNPKG

@bos-alpha/data

Version:

数据管理

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