@mui/x-charts
Version:
The community edition of the Charts components (MUI X).
14 lines • 369 B
TypeScript
import { ChartsLocaleText } from "./utils/chartsLocaleTextApi.js";
export declare const frFRLocalText: Partial<ChartsLocaleText>;
export declare const frFR: {
components: {
MuiChartsLocalizationProvider: {
defaultProps: {
localeText: {
loading?: string | undefined;
noData?: string | undefined;
};
};
};
};
};