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 { NeonAlertMessage } from '@/model/feedback/alert/NeonAlertMessage'; import type { NeonAlertLevel } from '@/model/feedback/alert/NeonAlertLevel'; export interface NeonAlertModel extends NeonAlertMessage { id: number; level: NeonAlertLevel; }