interface UseInputOptions
implements Pick<DayPickerBase, >
| "locale"
| "fromDate"
| "toDate"
| "fromMonth"
| "toMonth"
| "fromYear"
| "toYear"
| "today"
import { type UseInputOptions } from "https://deno.land/x/netzo@0.5.63/deps/react-day-picker.ts";
Properties
optional
defaultSelected: DateThe initially selected date
The format string for formatting the input field. See https://date-fns.org/docs/format for a list of format strings.