@code_monk/falert
Version:
Funky Alerts for the desktop browser
15 lines • 386 B
TypeScript
declare class Falert {
static instances: Set<HTMLElement>;
static settings: {
insertionNode: HTMLElement;
audio: {
volume: number;
};
sounds: {};
};
static html: string;
constructor(head: string, body: string, type?: string);
static getHighestZindex(): number;
}
export { Falert };
//# sourceMappingURL=falert.d.ts.map