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

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

Selection modes supported by DayPicker.

  • single: use DayPicker to select single days.
  • multiple: allow selecting multiple days.
  • range: use DayPicker to select a range of days
  • default: disable the built-in selection behavior. Customize what is selected by using DayPickerBase.onDayClick.
definition:
| "single"
| "multiple"
| "range"
| "default"