UNPKG

vuux

Version:

Vue3 Nuxt3 Nuxt4 组件库

10 lines (9 loc) 150 B
/** * Props */ export interface Props { title?: string; icon?: string; dashed?: boolean; placement?: 'left' | 'center' | 'right'; }