UNPKG

form-render

Version:

通过 JSON Schema 生成标准 Form,常用于自定义搭建配置界面生成

5 lines (4 loc) 172 B
export declare const getFormItemLayout: (column: number, schema: any, { labelWidth, displayType, _labelCol, _fieldCol }: any) => { labelCol: any; fieldCol: any; };