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