UNPKG

@a1um1/lightweight-charts-react-wrapper

Version:

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

4 lines (3 loc) 131 B
import { createContext } from "react"; export const ChartContext = createContext(null); ChartContext.displayName = "ChartContext";