Skip to content

Commit 1345d13

Browse files
committed
fix: delete form export warning #52
1 parent f2b6455 commit 1345d13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/form/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import antRefDirective from '../_util/antRefDirective'
44

55
Vue.use(antRefDirective)
66

7-
export { FormProps, FormComponentProps, FormCreateOption, ValidateCallback, ValidationRule } from './Form'
7+
export { FormProps, FormCreateOption, ValidationRule } from './Form'
88
export { FormItemProps } from './FormItem'
99

1010
export default Form

0 commit comments

Comments
 (0)