Type Alias: MonthChangeEventHandler
MonthChangeEventHandler = (
month) =>void
Defined in: packages/react-day-picker/src/types/shared.ts:239
The event handler when a month is changed in the calendar.
<DayPicker onMonthChange={(month) => console.log(month)} />
Parameters
| Parameter | Type |
|---|---|
month | Date |
Returns
void