@wix/design-system
Version:
@wix/design-system
17 lines (16 loc) • 692 B
JavaScript
;
exports.__esModule = true;
var _exportNames = {
FloatingNotification: true
};
exports.FloatingNotification = void 0;
var _FloatingNotification = require("./FloatingNotification");
exports.FloatingNotification = _FloatingNotification.FloatingNotification;
var _FloatingNotification2 = require("./FloatingNotification.types");
Object.keys(_FloatingNotification2).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _FloatingNotification2[key]) return;
exports[key] = _FloatingNotification2[key];
});
//# sourceMappingURL=index.js.map