Version: 8.10.1On this pageType alias: InputProps InputProps: Pick<InputHTMLAttributes<HTMLInputElement>, "onBlur" | "onChange" | "onFocus" | "value" | "placeholder"> The props to attach to the input field when using useInput. Source​ src/hooks/useInput/useInput.ts:22