UNPKG

stocklift-charts

Version:

StockLift Web Component Charts

13 lines (12 loc) 289 B
import { LitElement } from "lit"; import "./charts/line-chart"; declare class SLSummary extends LitElement { title: string; render(): import("lit-html").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { "sl-summary": SLSummary; } } export {};