@mui/x-charts
Version:
The community edition of MUI X Charts components.
24 lines (20 loc) • 756 B
JavaScript
;
'use client';
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ChartContainer = void 0;
var _ChartsContainer = require("../ChartsContainer");
/**
* @deprecated Use `ChartsContainerSlots` instead. We added S to the charts prefix to align with other components.
*/
/**
* @deprecated Use `ChartsContainerSlotProps` instead. We added S to the charts prefix to align with other components.
*/
/**
* @deprecated Use `ChartsContainerProps` instead. We added S to the charts prefix to align with other components.
*/
/**
* @deprecated Use `ChartsContainer` instead. We added S to the charts prefix to align with other components.
*/
const ChartContainer = exports.ChartContainer = _ChartsContainer.ChartsContainer;