UNPKG

@extclp/vexip-ui

Version:

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

8 lines (7 loc) 323 B
import { default as Spin } from './spin.vue'; import { ComponentPublicInstance } from 'vue'; export { Spin }; export { spinProps } from './props'; export type SpinExposed = ComponentPublicInstance & InstanceType<typeof Spin>; export type { SpinProps, SpinCProps } from './props'; export type { SpinSlots } from './symbol';