Skip to content

Commit

Permalink
React 19. Actualize useDeferredValue
Browse files Browse the repository at this point in the history
  • Loading branch information
turansky committed Jan 9, 2025
1 parent 0c143b0 commit ac9768d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ package react
*/
external fun <T> useDeferredValue(
value: T,
initialValue: T = definedExternally,
): T

0 comments on commit ac9768d

Please sign in to comment.