UNPKG

react-jsx-highcharts

Version:

Highcharts charts built using React components

5 lines 173 B
import { useContext } from 'react'; import PlotLineContext from '../PlotBandLineContext'; export default function usePlotBandLine() { return useContext(PlotLineContext); }