UNPKG

@nteract/mythic-notifications

Version:

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

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