UNPKG

react-jsx-highcharts

Version:

Highcharts charts built using React components

7 lines (4 loc) 151 B
import { createContext } from 'react'; const ChartContext = createContext(); ChartContext.displayName = 'ChartContext'; export default ChartContext;