@kelvininc/ui-components
Version:
Kelvin UI Components
17 lines (13 loc) • 434 B
JavaScript
;
var icon_types = require('./icon.types-B8lvUrX_.js');
const CLOSE_ICON = {
icon: icon_types.EIconName.Close
};
exports.EToasterType = void 0;
(function (EToasterType) {
EToasterType["Info"] = "info";
EToasterType["Warning"] = "warning";
EToasterType["Error"] = "error";
EToasterType["Success"] = "success";
})(exports.EToasterType || (exports.EToasterType = {}));
exports.CLOSE_ICON = CLOSE_ICON;