UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

8 lines (6 loc) 238 B
'use client'; import { ChartsProvider } from "../ChartsProvider/index.js"; /** * @deprecated Use `ChartsProvider` instead. We added S to the charts prefix to align with other components. */ export const ChartProvider = ChartsProvider;