UNPKG

bro-toastify

Version:

A framework-agnostic toast notification library

4 lines (3 loc) 189 B
import { BroToastify } from "../core/types"; export declare function createBroToastifyElement(broToastify: BroToastify): HTMLElement; export declare function initializeRenderer(): void;