UNPKG

@sitecore/sc-contenthub-webclient-sdk

Version:

Sitecore Content Hub WebClient SDK.

10 lines 389 B
/** * Notification levels */ export var NotificationLevel; (function (NotificationLevel) { NotificationLevel[NotificationLevel["Info"] = 0] = "Info"; NotificationLevel[NotificationLevel["Danger"] = 1] = "Danger"; NotificationLevel[NotificationLevel["Success"] = 2] = "Success"; })(NotificationLevel || (NotificationLevel = {})); //# sourceMappingURL=notification-level.js.map