tangled
alpha
login
or
join now
kitten.sh
/
use-interactions
Mirror: React hooks for accessible, common web interactions. UI super powers without the UI.
0
fork
atom
overview
issues
pulls
pipelines
use-interactions
/
src
/
types.ts
at
44e55a0dd9fa5bfaec8764686e95b26a2badc31d
78 B
view raw
1
export
interface
Ref
<
T
extends
HTMLElement
>
{
2
readonly
current
:
T
|
null
;
3
}