UNPKG

@nteract/mythic-notifications

Version:

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

5 lines (4 loc) 189 B
export * from "./types"; export { notifications } from "./package"; export { NotificationRoot } from "./backends/blueprintjs"; export { sendNotification } from "./myths/send-notification";