Preparing search index...
The search index is not available
React Hookers - v6.2.1
React Hookers
DebouncedStateProtocol
Type Alias DebouncedStateProtocol<T>
Debounced
State
Protocol
<
T
>
:
[
value
:
T
,
nextValue
:
T
,
setValue
:
Dispatch
<
SetStateAction
<
T
>
>
]
The protocol returned by the
useDebouncedState
hook.
Type Parameters
T
A stateful value.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
React Hookers - v6.2.1
Loading...
The protocol returned by the useDebouncedState hook.