UNPKG

vexip-ui

Version:

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

8 lines (7 loc) 359 B
import { default as Ellipsis } from './ellipsis.vue'; import { ComponentPublicInstance } from 'vue'; export { Ellipsis }; export { ellipsisProps } from './props'; export type EllipsisExposed = ComponentPublicInstance & InstanceType<typeof Ellipsis>; export type { EllipsisProps, EllipsisCProps } from './props'; export type { EllipsisSlots } from './symbol';