UNPKG

react-admin-kit

Version:

A react based UI components for admin system

7 lines (6 loc) 180 B
/** * 生成 formItems * 代码摘自 @ant-design/pro-form * */ export declare const genItems: (items: any, type: string | undefined, formInstance: any, options?: any) => any;