UNPKG

wix-style-react

Version:
12 lines (11 loc) 1.24 kB
"use strict"; exports.__esModule = true; exports.default = exports.STICKY_NOTIFICATION = exports.LOCAL_NOTIFICATION = exports.GLOBAL_NOTIFICATION = exports.DEFAULT_TIMEOUT = void 0; var _Notification = _interopRequireWildcard(require("./Notification.js")); exports.default = _Notification.default; exports.LOCAL_NOTIFICATION = _Notification.LOCAL_NOTIFICATION; exports.GLOBAL_NOTIFICATION = _Notification.GLOBAL_NOTIFICATION; exports.STICKY_NOTIFICATION = _Notification.STICKY_NOTIFICATION; exports.DEFAULT_TIMEOUT = _Notification.DEFAULT_AUTO_HIDE_TIMEOUT; function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); } //# sourceMappingURL=index.js.map