UNPKG

svelte-lightweight-charts

Version:

Svelte wrapper for financial lightweight charts built with HTML5 canvas

3 lines (2 loc) 221 B
import type { ActionResult, Reference } from '../../internal/utils.js'; export declare function element(node: HTMLElement, reference: Reference<HTMLElement> | undefined): ActionResult<Reference<HTMLElement> | undefined>;