@nteract/mythic-notifications
Version:
A notification system based on blueprintjs toasters and the myths redux framework
20 lines • 1.2 kB
JavaScript
;
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./types"), exports);
var package_1 = require("./package");
Object.defineProperty(exports, "notifications", { enumerable: true, get: function () { return package_1.notifications; } });
var blueprintjs_1 = require("./backends/blueprintjs");
Object.defineProperty(exports, "NotificationRoot", { enumerable: true, get: function () { return blueprintjs_1.NotificationRoot; } });
var send_notification_1 = require("./myths/send-notification");
Object.defineProperty(exports, "sendNotification", { enumerable: true, get: function () { return send_notification_1.sendNotification; } });
//# sourceMappingURL=index.js.map