react-toast-notify-ks
Version:
toast notification library for React
11 lines • 467 B
TypeScript
export declare const TOAST_DURATION = 3000;
export declare const MAX_TOASTS = 5;
export declare const POSITIONS: {
readonly 'top-right': "top-4 right-4";
readonly 'top-left': "top-4 left-4";
readonly 'bottom-right': "bottom-4 right-4";
readonly 'bottom-left': "bottom-4 left-4";
readonly 'top-center': "top-4 left-1/2 -translate-x-1/2";
readonly 'bottom-center': "bottom-4 left-1/2 -translate-x-1/2";
};
//# sourceMappingURL=constants.d.ts.map