UNPKG

vuux

Version:

Vue3 Nuxt3 Nuxt4 组件库

14 lines (13 loc) 307 B
/** * Props */ export interface Props { title?: string; text?: string; color?: string; duration?: number; position?: 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right'; type?: 'info' | 'warning' | 'danger' | 'success'; showProgress?: boolean; showClose?: boolean; }