@afzalimdad9/react-alert
Version:
A simple react alert component
21 lines • 459 B
TypeScript
export declare const positions: {
TOP_LEFT: string;
TOP_CENTER: string;
TOP_RIGHT: string;
MIDDLE_LEFT: string;
MIDDLE: string;
MIDDLE_RIGHT: string;
BOTTOM_LEFT: string;
BOTTOM_CENTER: string;
BOTTOM_RIGHT: string;
};
export declare const types: {
INFO: string;
SUCCESS: string;
ERROR: string;
};
export declare const transitions: {
FADE: string;
SCALE: string;
};
//# sourceMappingURL=options.d.ts.map