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