On this pageType alias: InputHTMLAttributesƬ InputHTMLAttributes: Pick<React.InputHTMLAttributes<HTMLInputElement>, "onBlur" | "onChange" | "onFocus" | "value" | "placeholder">The props to attach to the input field when using useInput.Defined inpackages/react-day-picker/src/hooks/useInput/useInput.ts:17