UNPKG

react-jsx-highcharts

Version:

Highcharts charts built using React components

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