UNPKG

@extclp/vexip-ui

Version:

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

7 lines (6 loc) 347 B
import { default as FormSubmit } from '../form/form-submit.vue'; import { ComponentPublicInstance } from 'vue'; export { FormSubmit }; export { formSubmitProps } from '../form/props'; export type FormSubmitExposed = ComponentPublicInstance & InstanceType<typeof FormSubmit>; export type { FormSubmitProps, FormSubmitCProps } from '../form/props';