UNPKG

@aotearoan/neon

Version:

Neon is a lightweight design library of Vue 3 components with minimal dependencies.

7 lines (6 loc) 262 B
import type { NeonAlertLevel } from '@/model/feedback/alert/NeonAlertLevel'; import type { NeonToastMessage } from '@/model/feedback/toast/NeonToastMessage'; export interface NeonToastModel extends NeonToastMessage { id: number; level: NeonAlertLevel; }