UNPKG

form-render

Version:

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

3 lines (2 loc) 118 B
import React from 'react'; export default function html({ value, checked, options, schema }: any): React.JSX.Element;