Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

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

Deno-powered framework for building business web apps
Go to Latest
interface SelectMultipleContextValue
import { type SelectMultipleContextValue } from "https://deno.land/x/netzo@0.3.91/deps/react-day-picker.ts";

Represents the value of a SelectMultipleContext.

Properties

selected: Date[] | undefined

The days that have been selected.

The modifiers for the corresponding selection.

optional
onDayClick: DayClickEventHandler

Event handler to attach to the day button to enable the multiple select.