UNPKG

ui-framework-jps

Version:

A simple UI framework for state management and UI components

9 lines (8 loc) 352 B
import { BootstrapNotification } from "./BootstrapNotification"; import { NotificationManager } from "./NotificationManager"; export declare class NotificationFactory { private static _instance; private constructor(); static getInstance(): NotificationFactory; createNotification(manager: NotificationManager): BootstrapNotification; }