interface DayPickerMultipleProps
implements DayPickerBase
import { type DayPickerMultipleProps } from "https://deno.land/x/netzo@0.3.91/deps/react-day-picker.ts";
The props for the DayPicker component when using mode="multiple"
.
Properties
optional
selected: Date[] | undefinedThe selected days.
optional
onSelect: SelectMultipleEventHandlerEvent fired when a days added or removed to the selection.