UNPKG

react-jsx-highcharts

Version:

Highcharts charts built using React components

4 lines 189 B
import { createContext } from 'react'; const PlotBandLineContext = /*#__PURE__*/createContext(); PlotBandLineContext.displayName = 'PlotBandLineContext'; export default PlotBandLineContext;