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