UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

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