UNPKG

@ant-design/compatible

Version:

Ant Design v3 to v4 compatible package

5 lines (4 loc) 211 B
import Form from './Form'; export type { FormProps, FormComponentProps, FormCreateOption, ValidateCallback, ValidationRule, } from './Form'; export type { FormItemProps } from './FormItem'; export default Form;