mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-01 19:48:38 +08:00
fix: delete form export warning #52
This commit is contained in:
parent
dd155569af
commit
8da76cebec
@ -4,7 +4,7 @@ import antRefDirective from '../_util/antRefDirective'
|
||||
|
||||
Vue.use(antRefDirective)
|
||||
|
||||
export { FormProps, FormComponentProps, FormCreateOption, ValidateCallback, ValidationRule } from './Form'
|
||||
export { FormProps, FormCreateOption, ValidationRule } from './Form'
|
||||
export { FormItemProps } from './FormItem'
|
||||
|
||||
export default Form
|
||||
|
Loading…
Reference in New Issue
Block a user