import { type UseInputValue } from "https://deno.land/x/netzo@0.5.63/deps/react-day-picker.ts";
Represent the value returned by useInput.
Properties
dayPickerProps: InputDayPickerProps
The props to pass to a DayPicker component.
inputProps: InputProps
The props to pass to an input field.
setSelected: (day: Date | undefined) => void
A function to set the selected day.