@mui/x-charts
Version:
The community edition of MUI X Charts components.
8 lines (6 loc) • 311 B
JavaScript
'use client';
import { useChartsDataProviderProps } from "../ChartsDataProvider/useChartsDataProviderProps.js";
/**
* @deprecated Use `useChartsDataProviderProps` instead. We added S to the charts prefix to align with other components.
*/
export const useChartDataProviderProps = useChartsDataProviderProps;