UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

8 lines (7 loc) 241 B
'use client'; import * as React from 'react'; /** * @ignore - internal component. */ export const ChartContext = /*#__PURE__*/React.createContext(null); if (process.env.NODE_ENV !== "production") ChartContext.displayName = "ChartContext";