UNPKG

rms-sparklines

Version:
13 lines (12 loc) 401 B
export declare class UtilLib extends HTMLElement { constructor(); static readonly observedAttributes: string[]; connectedCallback(): void; disconnectedCallback(): void; attributeChangedCallback(_name: string, _oldValue: any, _newValue: any): void; private upgradeProperties(); name: string; private readonly styles; private readonly template; render(): void; }