@mui/x-charts
Version:
The community edition of MUI X Charts components.
24 lines (20 loc) • 789 B
JavaScript
;
'use client';
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ChartDataProvider = void 0;
var _ChartsDataProvider = require("../ChartsDataProvider");
/**
* @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.
*/
const ChartDataProvider = exports.ChartDataProvider = _ChartsDataProvider.ChartsDataProvider;