mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-12 11:55:26 +08:00
7 lines
198 B
React
7 lines
198 B
React
|
import Form from './Form'
|
||
|
|
||
|
export { FormProps, FormComponentProps, FormCreateOption, ValidateCallback, ValidationRule } from './Form'
|
||
|
export { FormItemProps } from './FormItem'
|
||
|
|
||
|
export default Form
|