import { Rule, RuleObject, RuleRender } from 'rc-field-form/lib/interface'; import Form from './Form'; import type { FormProps, FormInstance } from './Form'; import type { FormItemProps } from './FormItem'; import type { ErrorListProps } from './ErrorList'; import type { FormListProps } from './FormList'; export type { FormInstance, FormProps, FormItemProps, ErrorListProps, Rule, RuleObject, RuleRender, FormListProps }; export { Form }; export default Form;