Browse Source

fix: delete form export warning #52

pull/165/head 0.6.4
tjz 6 years ago
parent
commit
1345d13df3
  1. 2
      components/form/index.jsx

2
components/form/index.jsx

@ -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…
Cancel
Save