UNPKG

cw-form-render-mobile

Version:

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

9 lines (8 loc) 216 B
import React from 'react'; interface IProps { value: any; options: any[]; schema: any; } declare const _default: (props: IProps & Record<string, any>) => React.JSX.Element | "-"; export default _default;