UNPKG

@cnamts/vue-dot

Version:

Implementation of our Design System for the French Health Insurance

9 lines (7 loc) 176 B
export enum AlertTypeEnum { INFO = 'info', SUCCESS = 'success', WARNING = 'warning', ERROR = 'error' } export const ALERT_TYPE_ENUM_VALUES = Object.values(AlertTypeEnum);