UNPKG

@nteract/mythic-notifications

Version:

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

5 lines (4 loc) 233 B
import { NotificationMessage } from "../types"; export declare const sendNotification: import("@nteract/myths").Myth<"notifications", "sendNotification", NotificationMessage, { current: import("../types").NotificationSystem; }>;