UNPKG

@lekseek/ui

Version:

Vue 3 components library

10 lines (8 loc) 226 B
export type NotificationTypeName = 'default' | 'success' |'info' | 'warning' | 'error'; export enum NotificationType { DEFAULT = 'default', SUCCESS = 'success', INFO = 'info', WARNING = 'warning', ERROR = 'error' }