UNPKG

@mui/x-date-pickers-pro

Version:

The Pro plan edition of the MUI X Date and Time Picker components.

5 lines (4 loc) 313 B
import { DAY_MARGIN, VIEW_HEIGHT } from '@mui/x-date-pickers/internals'; export { DAY_MARGIN, DAY_SIZE as DAY_RANGE_SIZE } from '@mui/x-date-pickers/internals'; // adding the extra height of the range day element height difference (40px vs 36px) export const RANGE_VIEW_HEIGHT = VIEW_HEIGHT + 6 * 2 * DAY_MARGIN;