@kelvininc/ui-components
Version:
Kelvin UI Components
15 lines (12 loc) • 398 B
JavaScript
import { E as EIconName } from './icon.types-SVedE_O8.js';
const CLOSE_ICON = {
icon: EIconName.Close
};
var EToasterType;
(function (EToasterType) {
EToasterType["Info"] = "info";
EToasterType["Warning"] = "warning";
EToasterType["Error"] = "error";
EToasterType["Success"] = "success";
})(EToasterType || (EToasterType = {}));
export { CLOSE_ICON as C, EToasterType as E };