UNPKG

react-jsx-highcharts

Version:

Highcharts charts built using React components

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