@mui/x-charts
Version:
The community edition of MUI X Charts components.
12 lines (11 loc) • 487 B
JavaScript
;
'use client';
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.useChartDataProviderProps = void 0;
var _useChartsDataProviderProps = require("../ChartsDataProvider/useChartsDataProviderProps");
/**
* @deprecated Use `useChartsDataProviderProps` instead. We added S to the charts prefix to align with other components.
*/
const useChartDataProviderProps = exports.useChartDataProviderProps = _useChartsDataProviderProps.useChartsDataProviderProps;