UNPKG

form-render

Version:

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

5 lines (4 loc) 289 B
export declare function isUrl(str: string): boolean; export declare function getFormat(format: string): string; export declare const transformDateValue: (value: string, format: string, dateFormat: string) => any; export declare const translation: (configCtx: any) => (key: string) => any;