initial commit - code moved to separate repo
This commit is contained in:
@ -0,0 +1,13 @@
|
||||
import { PickersLocaleText } from './pickersLocaleTextApi';
|
||||
|
||||
export const getPickersLocalization = (pickersTranslations: Partial<PickersLocaleText<any>>) => {
|
||||
return {
|
||||
components: {
|
||||
MuiLocalizationProvider: {
|
||||
defaultProps: {
|
||||
localeText: { ...pickersTranslations },
|
||||
},
|
||||
},
|
||||
},
|
||||
};
|
||||
};
|
Reference in New Issue
Block a user