UNPKG

form-render

Version:

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

3 lines 156 B
import { createContext } from 'react'; export var FRContext = /*#__PURE__*/createContext(null); export var ConfigContext = /*#__PURE__*/createContext(null);