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 inhooks/useInput/useInput.ts:19