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