UNPKG

@a1um1/lightweight-charts-react-wrapper

Version:

![bundle-size](https://badgen.net/bundlephobia/minzip/lightweight-charts-react-wrapper/)

4 lines (3 loc) 219 B
import type { ChartActionResult } from "../../internal/chart.js"; export declare type ChartContextValue = null | (() => ChartActionResult); export declare const ChartContext: import("react").Context<ChartContextValue>;