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