wix-style-react
Version:
wix-style-react
13 lines (12 loc) • 339 B
JavaScript
;
exports.__esModule = true;
exports.SUCCESS_AUTO_CLOSE_TIME = exports.STATUS = void 0;
var STATUS = exports.STATUS = {
INFO: 'info',
SUCCESS: 'success',
WARNING: 'warning',
ERROR: 'error',
DEFAULT: 'info'
};
var SUCCESS_AUTO_CLOSE_TIME = exports.SUCCESS_AUTO_CLOSE_TIME = 7000;
//# sourceMappingURL=constants.js.map