import { type SelectMultipleContextValue } from "https://deno.land/x/netzo@0.4.72/deps/react-day-picker.ts";
Represents the value of a SelectMultipleContext.
Properties
selected: Date[] | undefined
The days that have been selected.
modifiers: SelectMultipleModifiers
The modifiers for the corresponding selection.
optional
onDayClick: DayClickEventHandlerEvent handler to attach to the day button to enable the multiple select.