Type alias: CaptionLayout
Ƭ CaptionLayout: "dropdown"
| "buttons"
| "dropdown-buttons"
The layout of the caption:
dropdown
: display dropdowns for choosing the month and the year.buttons
: display previous month / next month buttons.dropdown-buttons
: display both month / year dropdowns and previous month / next month buttons.
Defined in
packages/react-day-picker/src/components/Caption/Caption.tsx:23