UNPKG

stocklift-charts

Version:

StockLift Web Component Charts

12 lines (11 loc) 272 B
import { LitElement } from "lit"; declare class SLTopHoldings extends LitElement { title: string; render(): import("lit-html").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { "sl-top-holdings": SLTopHoldings; } } export {};