UNPKG

stocklift-charts

Version:

StockLift Web Component Charts

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