UNPKG

@mui/x-date-pickers

Version:

The community edition of the Date and Time Picker components (MUI X).

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