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

Full-stack Deno framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
Go to Latest
interface UseInputOptions
implements Pick<DayPickerBase,
| "locale"
| "fromDate"
| "toDate"
| "fromMonth"
| "toMonth"
| "fromYear"
| "toYear"
| "today"
>
import { type UseInputOptions } from "https://deno.land/x/netzo@0.4.78/deps/react-day-picker.ts";

Properties

optional
defaultSelected: Date

The initially selected date

optional
format: string

The format string for formatting the input field. See https://date-fns.org/docs/format for a list of format strings.

optional
required: boolean

Make the selection required.