UNPKG

react-jsx-highcharts

Version:

Highcharts charts built using React components

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