UNPKG

@extclp/vexip-ui

Version:

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

8 lines (7 loc) 185 B
export type CardShadowType = 'always' | 'hover' | 'never'; export interface CardSlots { default?: () => any; header?: () => any; title?: () => any; extra?: () => any; }