form-render
Version:
通过 JSON Schema 生成标准 Form,常用于自定义搭建配置界面生成
8 lines (7 loc) • 403 B
TypeScript
export declare const getParamValue: (formCtx: any, upperCtx: any, schema: any) => (valueKey: string) => any;
export declare const getFormListLayout: (getValueFromKey: any, displayType: string) => {
labelCol: any;
fieldCol: any;
};
export declare const getLabel: (schema: any, displayType: string, widgets: any) => any;
export declare const getTooltip: (schema: any, displayType: string) => any;