UNPKG

piral-notifications

Version:

Plugin for triggering notifications in Piral.

5 lines (4 loc) 292 B
import { GlobalStateContext } from 'piral-core'; import { OpenNotification } from './types'; export declare function openNotification(ctx: GlobalStateContext, dialog: OpenNotification): void; export declare function closeNotification(ctx: GlobalStateContext, dialog: OpenNotification): void;