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>DayPickerContextValue

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

The value of the DayPickerContext extends the props from DayPicker with default and cleaned up values.

Properties

optional
onSelect: DayPickerSingleProps["onSelect"] | DayPickerMultipleProps["onSelect"] | DayPickerRangeProps["onSelect"]
optional
required: boolean
optional
min: number
optional
max: number
optional
selected: Matcher | Matcher[]
captionLayout: CaptionLayout
classNames: Required<ClassNames>
formatters: Formatters
labels: Labels
locale: Locale
modifiersClassNames: ModifiersClassNames
modifiers: DayModifiers
numberOfMonths: number
styles: Styles
today: Date