Preparing search index...
The search index is not available
react-declarative
react-declarative
types
react-declarative/utils/hof/memoize
IRef
Interface IRef<T>
Represents a reference to a value of type T.
interface
IRef
<
T
=
any
>
{
current
:
T
;
}
Type Parameters
T
=
any
The type of the value referenced by this reference.
Index
Properties
current
Properties
current
current
:
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
current
react-declarative
Loading...
Represents a reference to a value of type T.