I can\'t figure out how to type a useRef hook in Flow. In TS I could just do:
useRef
const inputRef = useRef();
But