| import { DayPicker } from "./react-day-picker-v8"; | |
| export function MultipleMonthsPaged() { | |
| return <DayPicker numberOfMonths={2} pagedNavigation />; | |
| } | |
| import { DayPicker } from "./react-day-picker-v8"; | |
| export function MultipleMonthsPaged() { | |
| return <DayPicker numberOfMonths={2} pagedNavigation />; | |
| } | |