以下のコードで`ref`の正しい型定義はどれですか? ```tsx const inputRef = useRef(); <input ref={inputRef} type="text" /> ```