UNPKG

@afzalimdad9/react-alert

Version:
21 lines 494 B
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