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
24b72cd60403f6d84b6df2da6676b1e1eee51c9b
78 B
view raw
1
export
interface
Ref
<
T
extends
HTMLElement
>
{
2
readonly
current
:
T
|
null
;
3
}