UNPKG

90 BJavaScriptView Raw
1export default function createRef() {
2 var ref = {
3 current: null
4 };
5 return ref;
6}
\No newline at end of file