UNPKG

form-render

Version:

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

4 lines (3 loc) 243 B
export declare const getKeyFromPath: (path?: string) => string; export declare function getSchemaFromFlatten(flatten: any, path?: string): any; export declare function flattenSchema(_schema?: {}, name?: any, parent?: any, _result?: any): any;