UNPKG

@extclp/vexip-ui

Version:

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

8 lines (7 loc) 339 B
import { default as Card } from './card.vue'; import { ComponentPublicInstance } from 'vue'; export { Card }; export { cardProps } from './props'; export type CardExposed = ComponentPublicInstance & InstanceType<typeof Card>; export type { CardProps, CardCProps } from './props'; export type { CardShadowType, CardSlots } from './symbol';