@afzalimdad9/react-alert
Version:
A simple react alert component
21 lines • 494 B
JavaScript
export const positions = {
TOP_LEFT: 'top left',
TOP_CENTER: 'top center',
TOP_RIGHT: 'top right',
MIDDLE_LEFT: 'middle left',
MIDDLE: 'middle',
MIDDLE_RIGHT: 'middle right',
BOTTOM_LEFT: 'bottom left',
BOTTOM_CENTER: 'bottom center',
BOTTOM_RIGHT: 'bottom right'
};
export const types = {
INFO: 'info',
SUCCESS: 'success',
ERROR: 'error'
};
export const transitions = {
FADE: 'fade',
SCALE: 'scale'
};
//# sourceMappingURL=options.js.map