UNPKG

@nteract/mythic-notifications

Version:

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

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