Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
interface SelectRangeContextValue
import { type SelectRangeContextValue } from "https://deno.land/x/netzo@0.3.66/deps/react-day-picker.ts";

Represents the value of a SelectRangeContext.

Properties

selected: DateRange | undefined

The range of days that has been selected.

The modifiers for the corresponding selection.

optional
onDayClick: DayClickEventHandler

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