UNPKG

form-render

Version:

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

6 lines 189 B
import FormCore from '../../form-core'; import withProvider from '../../withProvider'; import Html from '../../widgets/fields/html'; export default withProvider(FormCore, { Html: Html });