UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

9 lines (7 loc) 275 B
'use client'; import { ChartsContext } from "../ChartsProvider/ChartsContext.js"; /** * @deprecated Use `ChartsContext` instead. We added S to the charts prefix to align with other components. * @ignore - internal component. */ export const ChartContext = ChartsContext;