1
0
Fork 0
react-playground/node_modules/@mui/x-date-pickers/esm/locales/utils/getPickersLocalization.js
Techognito fc0f69dacb Added Statistics calculation
Statistics now show calculated values
2025-09-04 17:30:00 +02:00

12 lines
No EOL
295 B
JavaScript

import _extends from "@babel/runtime/helpers/esm/extends";
export const getPickersLocalization = pickersTranslations => {
return {
components: {
MuiLocalizationProvider: {
defaultProps: {
localeText: _extends({}, pickersTranslations)
}
}
}
};
};