import { type SelectSingleContextValue } from "https://deno.land/x/netzo@0.3.91/deps/react-day-picker.ts";
Represents the value of a SelectSingleContext.
Properties
selected: Date | undefined
The day that has been selected.
optional
onDayClick: DayClickEventHandlerEvent handler to attach to the day button to enable the single select.