jb-notification
Version:
notification web component
8 lines (7 loc) • 326 B
TypeScript
export declare class JBNotificationWrapperWebComponent extends HTMLElement {
constructor();
initWebComponent(): void;
static get observedAttributes(): string[];
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
onAttributeChange(name: string, value: string): void;
}