UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

4 lines 448 B
/** * @deprecated Use `useChartsContext` instead. We added S to the charts prefix to align with other components. */ export declare const useChartContext: <TSignatures extends readonly import("../../internals/index.js").ChartAnyPluginSignature[], TOptionalSignatures extends readonly import("../../internals/index.js").ChartAnyPluginSignature[] = []>() => import("../ChartsProvider/index.js").ChartsContextValue<TSignatures, TOptionalSignatures>;