import { type DaySelectionMode } from "https://deno.land/x/netzo@0.3.66/deps/react-day-picker.ts";
Selection modes supported by DayPicker.
single
: use DayPicker to select single days.multiple
: allow selecting multiple days.range
: use DayPicker to select a range of daysdefault
: disable the built-in selection behavior. Customize what is selected by using DayPickerBase.onDayClick.