interface DayPickerSingleProps
implements DayPickerBase
import { type DayPickerSingleProps } from "https://deno.land/x/netzo@0.5.63/deps/react-day-picker.ts";
The props for the DayPicker component when using mode="single"
.
Properties
optional
selected: Date | undefinedThe selected day.
optional
onSelect: SelectSingleEventHandlerEvent fired when a day is selected.