interface DayPickerRangeProps
implements DayPickerBase
import { type DayPickerRangeProps } from "https://deno.land/x/netzo@0.4.72/deps/react-day-picker.ts";
The props for the DayPicker component when using mode="range"
.
Properties
optional
selected: DateRange | undefinedThe selected range of days.
optional
onSelect: SelectRangeEventHandlerEvent fired when a range (or a part of the range) is selected.