UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

8 lines (6 loc) 257 B
'use client'; import { useChartsContext } from "../ChartsProvider/useChartsContext.js"; /** * @deprecated Use `useChartsContext` instead. We added S to the charts prefix to align with other components. */ export const useChartContext = useChartsContext;