UNPKG

386 BTypeScriptView Raw
1declare class Falert {
2 static instances: Set<HTMLElement>;
3 static settings: {
4 insertionNode: HTMLElement;
5 audio: {
6 volume: number;
7 };
8 sounds: {};
9 };
10 static html: string;
11 constructor(head: string, body: string, type?: string);
12 static getHighestZindex(): number;
13}
14export { Falert };
15//# sourceMappingURL=falert.d.ts.map
\No newline at end of file