UNPKG

cw-form-render-mobile

Version:

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

3 lines (2 loc) 238 B
export declare function getFormat(format: any): "YYYY-MM-DD" | "YYYY-w" | "YYYY" | "YYYY-MM" | "YYYY-MM-DD hh" | "YYYY-MM-DD hh:mm" | "YYYY-MM-DD hh:mm:ss" | "w-d"; export declare const translation: (configCtx: any) => (key: any) => any;