@mui/x-charts
Version:
The community edition of MUI X Charts components.
17 lines • 495 B
TypeScript
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;
zoomIn?: string | undefined;
zoomOut?: string | undefined;
};
};
};
};
};