UNPKG

vexip-ui

Version:

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

8 lines (7 loc) 340 B
import { default as Bubble } from './bubble.vue'; import { ComponentPublicInstance } from 'vue'; export { Bubble }; export { bubbleProps } from './props'; export type BubbleExposed = ComponentPublicInstance & InstanceType<typeof Bubble>; export type { BubbleProps, BubbleCProps } from './props'; export type { BubbleType } from './symbol';