Rezi
Preparing search index...
core/src
RefState
Type Alias RefState<T>
Stored ref state for useRef.
type
RefState
<
T
=
unknown
>
=
{
current
:
T
;
}
Type Parameters
T
=
unknown
Index
Properties
current
Properties
current
current
:
T
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
current
Rezi
Loading...
Stored ref state for useRef.