UNPKG

cw-form-render-mobile

Version:

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

9 lines (8 loc) 227 B
interface RenderCoreProps { schema: any; rootPath?: any[] | undefined; parentPath?: any[] | undefined; [key: string]: any; } declare const RenderCore: (props: RenderCoreProps) => any; export default RenderCore;