UNPKG

hta

Version:

The tiny framework for building Hyper Text Application with ease

6 lines (4 loc) 145 B
import { HOOKS, SCOPE } from "../core/types"; export default function useRef(initial) { return SCOPE.current.component[HOOKS].ref(initial); }