import { type SelectRangeContextValue } from "https://deno.land/x/netzo@0.5.63/deps/react-day-picker.ts";
Represents the value of a SelectRangeContext.
Properties
selected: DateRange | undefined
The range of days that has been selected.
modifiers: SelectRangeModifiers
The modifiers for the corresponding selection.
optional
onDayClick: DayClickEventHandlerEvent handler to attach to the day button to enable the range select.