import { type InputProps } from "https://deno.land/x/netzo@0.4.72/deps/react-day-picker.ts";
The props to attach to the input field when using useInput.
definition: Pick<InputHTMLAttributes<HTMLInputElement>, >
| "onBlur"
| "onChange"
| "onFocus"
| "value"
| "placeholder"