Preparing search index...
The search index is not available
@xarc/react
@xarc/react
common
React
ForwardedRef
Type alias ForwardedRef<T>
Forwarded
Ref
<
T
>
:
(
(
instance
)
=>
void
)
|
MutableRefObject
<
T
|
null
>
|
null
The type of the ref received by a
ForwardRefRenderFunction
.
Type Parameters
T
Type declaration
(
instance
)
:
void
Parameters
instance
:
T
|
null
Returns
void
See
ForwardRefRenderFunction
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@xarc/react
Loading...
The type of the ref received by a ForwardRefRenderFunction.