UNPKG

@bubbles-ui/notifications

Version:

The Bubbles Design System is Leemonade's open-source design system for products and experiences.

16 lines (15 loc) 438 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var _Notification = require("./Notification"); Object.keys(_Notification).forEach(function (key) { if (key === "default" || key === "__esModule") return; if (key in exports && exports[key] === _Notification[key]) return; Object.defineProperty(exports, key, { enumerable: true, get: function () { return _Notification[key]; } }); });