UNPKG

@extclp/vexip-ui

Version:

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

8 lines (7 loc) 343 B
import { default as Badge } from './badge.vue'; import { ComponentPublicInstance } from 'vue'; export { Badge }; export { badgeProps } from './props'; export type BadgeExposed = ComponentPublicInstance & InstanceType<typeof Badge>; export type { BadgeProps, BadgeCProps } from './props'; export type { BadgeType, BadgeSlots } from './symbol';