@mui/x-charts
Version:
The community edition of MUI X Charts components.
20 lines (15 loc) • 619 B
JavaScript
'use client';
import { ChartsContainer } from "../ChartsContainer/index.js";
/**
* @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.
*/
export const ChartContainer = ChartsContainer;