Documentation
Preparing search index...
react-ui/src
useInternalValue
Function useInternalValue
useInternalValue
<
ValueType
>
(
value
?:
ValueType
,
setValue
?:
(
value
:
ValueType
)
=>
void
,
)
:
[
ValueType
|
null
,
(
value
:
ValueType
)
=>
void
]
Returns either the given external or an internal value along with its setter.
Type Parameters
ValueType
Parameters
Optional
value
:
ValueType
Optional
setValue
:
(
value
:
ValueType
)
=>
void
Returns
[
ValueType
|
null
,
(
value
:
ValueType
)
=>
void
]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...
Returns either the given external or an internal value along with its setter.