UNPKG

@mui/x-charts

Version:

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

11 lines 286 B
export interface ChartsLocaleText { /** * Title displayed in the overlay if `loading` is `true`. */ loading: string; /** * Title displayed in the overlay if there is no data to display. */ noData: string; } export type ChartsTranslationKeys = keyof ChartsLocaleText;