UNPKG

@bos-model-alpha/data

Version:

数据管理

7 lines (6 loc) 163 B
interface PropsType { classDefined?: any; attributes: any[]; } export declare const DataList: ({ classDefined, attributes }: PropsType) => any; export {};