@magaya/react-components
Version:
Magaya React Components Library
49 lines (48 loc) • 1.62 kB
JavaScript
;
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 get() {
return _Notification[key];
}
});
});
var _SuccessNotification = require("./SuccessNotification");
Object.keys(_SuccessNotification).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _SuccessNotification[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function get() {
return _SuccessNotification[key];
}
});
});
var _WarningNotification = require("./WarningNotification");
Object.keys(_WarningNotification).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _WarningNotification[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function get() {
return _WarningNotification[key];
}
});
});
var _ErrorNotification = require("./ErrorNotification");
Object.keys(_ErrorNotification).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _ErrorNotification[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function get() {
return _ErrorNotification[key];
}
});
});