UNPKG

@nteract/mythic-notifications

Version:

A notification system based on blueprintjs toasters and the myths redux framework

11 lines 392 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.notifications = void 0; const myths_1 = require("@nteract/myths"); const console_1 = require("./backends/console"); exports.notifications = myths_1.createMythicPackage("notifications")({ initialState: { current: console_1.consoleNotificationSystem, }, }); //# sourceMappingURL=package.js.map