UNPKG

@extclp/vexip-ui

Version:

A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good

10 lines (9 loc) 412 B
import { default as Form } from './form.vue'; import { ComponentPublicInstance } from 'vue'; export { Form }; export { formProps } from './props'; export type FormExposed = ComponentPublicInstance & InstanceType<typeof Form>; export * from './helper'; export * from './validator'; export type { FormProps, FormCProps } from './props'; export type { FormLabelAlign, SubmitMethod, FormItemSlots } from './symbol';