fix: delete form export warning #52

pull/77/merge
tjz 2018-06-28 22:22:56 +08:00
parent dd155569af
commit 8da76cebec
1 changed files with 1 additions and 1 deletions

View File

@ -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