UNPKG

react-dates-rtl

Version:

Based on react-dates by airbnb [with RTL support]

9 lines (8 loc) 248 B
Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = getCalendarMonthWidth; var CALENDAR_MONTH_PADDING = 9; function getCalendarMonthWidth(daySize) { return 7 * (daySize + 1) + 2 * (CALENDAR_MONTH_PADDING + 1); }