UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

6 lines 226 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";