UNPKG

@lekseek/ui

Version:

Vue 3 components library

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