Lilact
Preparing search index...
hooks
useDeferredValue
Function useDeferredValue
useDeferredValue
(
value
:
any
,
initialValue
:
any
)
:
any
Returns a deferred value that updates later than the provided input.
Parameters
value
:
any
Value to defer.
initialValue
:
any
Returns
any
Deferred value.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Lilact
Loading...
Returns a deferred value that updates later than the provided input.