UNPKG

poe-custom-elements

Version:

Path of Exile custom elements

14 lines 520 B
import { LitElement, TemplateResult, PropertyValueMap, CSSResult } from 'lit'; import type { PoeItem } from '../../poe.types.js'; export declare class PoeItemInfoHeaderElement extends LitElement { item: PoeItem; protected willUpdate(map: PropertyValueMap<this>): void; protected render(): TemplateResult; static styles: CSSResult; } declare global { interface HTMLElementTagNameMap { 'poe-item-info-header': PoeItemInfoHeaderElement; } } //# sourceMappingURL=poe-item-info-header.d.ts.map