export default function createRef() { const ref = { current: null as T, }; return ref; }