UNPKG

cw-form-render-mobile

Version:

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

5 lines (4 loc) 183 B
import React from 'react'; import 'dayjs/locale/zh-cn'; import { FRProps } from './type'; export default function withProvider<T>(Element: React.ComponentType<T>): React.FC<FRProps>;