UNPKG

@mui/x-charts

Version:

The community edition of the Charts components (MUI X).

15 lines 416 B
import { ChartsLocaleText } from "./utils/chartsLocaleTextApi.js"; export declare const enUSLocaleText: ChartsLocaleText; export declare const DEFAULT_LOCALE: ChartsLocaleText; export declare const enUS: { components: { MuiChartsLocalizationProvider: { defaultProps: { localeText: { loading?: string | undefined; noData?: string | undefined; }; }; }; }; };