UNPKG

@mui/x-charts

Version:

The community edition of the Charts components (MUI X).

8 lines 232 B
import * as React from 'react'; /** * @ignore - internal component. */ export const ChartContext = /*#__PURE__*/React.createContext(null); if (process.env.NODE_ENV !== 'production') { ChartContext.displayName = 'ChartContext'; }