UNPKG

loners-form

Version:

为工作而生,基于 antd 而生的可配置化表单

4 lines (3 loc) 248 B
import type { FormWidgetProps } from './interface'; declare function FormWidget({ form: userForm, formRef: propsFormRef, clearRules, items, formToolProps, onFinish, children, ...rawProps }: FormWidgetProps): JSX.Element; export default FormWidget;