Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/netzo/deps/react-day-picker.ts>DayPickerMultipleProps

Full-stack Deno framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
Go to Latest
interface DayPickerMultipleProps
implements DayPickerBase
import { type DayPickerMultipleProps } from "https://deno.land/x/netzo@0.5.14/deps/react-day-picker.ts";

The props for the DayPicker component when using mode="multiple".

Properties

mode: "multiple"
optional
selected: Date[] | undefined

The selected days.

optional
onSelect: SelectMultipleEventHandler

Event fired when a days added or removed to the selection.

optional
min: number

The minimum amount of days that can be selected.

optional
max: number

The maximum amount of days that can be selected.