UNPKG

mod-arch-core

Version:

Core functionality and API utilities for modular architecture micro-frontend projects

14 lines 605 B
export var AlertVariant; (function (AlertVariant) { AlertVariant["success"] = "success"; AlertVariant["danger"] = "danger"; AlertVariant["warning"] = "warning"; AlertVariant["info"] = "info"; AlertVariant["custom"] = "custom"; })(AlertVariant || (AlertVariant = {})); export var NotificationActionTypes; (function (NotificationActionTypes) { NotificationActionTypes["ADD_NOTIFICATION"] = "add_notification"; NotificationActionTypes["DELETE_NOTIFICATION"] = "delete_notification"; })(NotificationActionTypes || (NotificationActionTypes = {})); //# sourceMappingURL=common.js.map