UNPKG

211 BTypeScriptView Raw
1import Form from './Form';
2export type { FormProps, FormComponentProps, FormCreateOption, ValidateCallback, ValidationRule, } from './Form';
3export type { FormItemProps } from './FormItem';
4export default Form;