UNPKG

poe-custom-elements

Version:

Path of Exile custom elements

13 lines 399 B
import { LitElement, TemplateResult, CSSResult } from 'lit'; export declare class JsonIconElement extends LitElement { showing: boolean; showWithAutohide(): void; protected render(): TemplateResult; static styles: CSSResult; } declare global { interface HTMLElementTagNameMap { 'tooltip-json-icon': JsonIconElement; } } //# sourceMappingURL=tooltip-json-icon.d.ts.map