@kelvininc/ui-components
Version:
Kelvin UI Components
10 lines (9 loc) • 391 B
JavaScript
import { EIconName } from "../icon/icon.types";
import { EToasterType } from "./toaster.types";
export const TYPE_ICONS = {
[]: { icon: EIconName.Info },
[]: { icon: EIconName.Warning },
[]: { icon: EIconName.Error },
[]: { icon: EIconName.Success }
};
export const TOASTER_ANIMATION_DURATION = 500;