UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

16 lines 449 B
import { ChartsLocaleText } from "./utils/chartsLocaleTextApi.js"; export declare const ptBRLocaleText: Partial<ChartsLocaleText>; export declare const ptBR: { components: { MuiChartsLocalizationProvider: { defaultProps: { localeText: { loading?: string | undefined; noData?: string | undefined; zoomIn?: string | undefined; zoomOut?: string | undefined; }; }; }; }; };