fix: delete form export warning #52
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