Kind: Function
Source: src/jsx/hooks/index.ts
Part of: Jsx
Signature
tsfunction useDeferredValue(value: T, rest: [T | undefined]): T
Parameters
| Name | Type |
|---|---|
value | T |
rest | `[T |
Returns: T
Kind: Function
Source: src/jsx/hooks/index.ts
Part of: Jsx
tsfunction useDeferredValue(value: T, rest: [T | undefined]): T
| Name | Type |
|---|---|
value | T |
rest | `[T |
Returns: T
Was this page helpful?