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