@mui/x-charts
Version:
The community edition of MUI X Charts components.
10 lines • 988 B
TypeScript
/**
* @deprecated Use `useChartsDataProviderProps` instead. We added S to the charts prefix to align with other components.
*/
export declare const useChartDataProviderProps: <TSeries extends import("../internals/index.js").ChartSeriesType = keyof import("../internals/index.js").ChartsSeriesConfig, TSignatures extends readonly import("../internals/index.js").ChartAnyPluginSignature[] = import("../internals/plugins/allPlugins.js").AllPluginSignatures<TSeries>>(inProps: import("../index.js").ChartsDataProviderProps<TSeries, TSignatures> & import("../index.js").ChartsLocalizationProviderProps) => {
children: import("react").ReactNode;
localeText: Partial<import("../locales/index.js").ChartsLocaleText> | undefined;
chartProviderProps: import("../internals/index.js").ChartsProviderProps<TSeries, TSignatures>;
slots: Partial<import("../index.js").ChartsDataProviderSlots> | undefined;
slotProps: Partial<import("../index.js").ChartsDataProviderSlotProps> | undefined;
};