Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mantinedev/mantine into 7.15
Browse files Browse the repository at this point in the history
  • Loading branch information
rtivital committed Dec 8, 2024
2 parents ecfd1da + 1d62b4e commit bfbc229
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export function pickCalendarProps<T extends Record<string, any>>(props: T) {
highlightToday,
__updateDateOnYearSelect,
__updateDateOnMonthSelect,
withWeekNumbers,

// MonthLevelGroup props
firstDayOfWeek,
Expand Down Expand Up @@ -94,6 +95,7 @@ export function pickCalendarProps<T extends Record<string, any>>(props: T) {
highlightToday,
__updateDateOnYearSelect,
__updateDateOnMonthSelect,
withWeekNumbers,

// MonthLevelGroup props
firstDayOfWeek,
Expand Down

0 comments on commit bfbc229

Please sign in to comment.