mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-09 02:23:44 +08:00
7 lines
202 B
TypeScript
7 lines
202 B
TypeScript
import Form from './Form';
|
|
|
|
export { FormProps, FormComponentProps, FormCreateOption, ValidateCallback, ValidationRule } from './Form';
|
|
export { FormItemProps } from './FormItem';
|
|
|
|
export default Form;
|