interface DayPickerContextValue
implements DayPickerBase
import { type DayPickerContextValue } from "https://deno.land/x/netzo@0.3.91/deps/react-day-picker.ts";
The value of the DayPickerContext extends the props from DayPicker with default and cleaned up values.
Properties
mode: DaySelectionMode
optional
onSelect: DayPickerSingleProps["onSelect"] | DayPickerMultipleProps["onSelect"] | DayPickerRangeProps["onSelect"]classNames: Required<ClassNames>
formatters: Formatters
labels: Labels
modifiersClassNames: ModifiersClassNames
modifiers: DayModifiers
styles: Styles
today: Date