UNPKG

amis

Version:

一种MIS页面生成工具

15 lines (14 loc) 293 B
export declare function JSONSchme2AMisSchema(schema: any): { title: any; type: string; mode: string; controls: { name: any; type: string; required: boolean; label: any; desc: any; value: any; validations: {}; }[]; };