UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

5 lines 277 B
/** * @deprecated Use `ChartsContext` instead. We added S to the charts prefix to align with other components. * @ignore - internal component. */ export declare const ChartContext: import("react").Context<import("../ChartsProvider/index.js").ChartsContextValue<any> | null>;