UNPKG

poe-custom-elements

Version:

Path of Exile custom elements

13 lines 463 B
import { LitElement, TemplateResult, CSSResult } from 'lit'; import type { ItemProperty } from '../../poe.types.js'; export declare class PoeItemInfoPropertyElement extends LitElement { property: ItemProperty; protected render(): TemplateResult; static styles: CSSResult; } declare global { interface HTMLElementTagNameMap { 'poe-item-info-property': PoeItemInfoPropertyElement; } } //# sourceMappingURL=poe-item-info-property.d.ts.map