UNPKG

@toolpad/core

Version:

Dashboard framework powered by Material UI.

13 lines 230 B
export const getLocalization = translations => { return { components: { MuiLocalizationProvider: { defaultProps: { localeText: { ...translations } } } } }; };