UNPKG

react-jsx-highcharts

Version:

Highcharts charts built using React components

8 lines (4 loc) 180 B
import { createContext } from 'react'; const PlotBandLineContext = createContext(); PlotBandLineContext.displayName = 'PlotBandLineContext'; export default PlotBandLineContext;