You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ant-design-vue/components/form/index.jsx

11 lines
301 B

import Vue from 'vue'
import Form from './Form'
import antRefDirective from '../_util/antRefDirective'
Vue.use(antRefDirective)
export { FormProps, FormComponentProps, FormCreateOption, ValidateCallback, ValidationRule } from './Form'
export { FormItemProps } from './FormItem'
export default Form