mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-04-21 08:21:53 +02:00
2 lines
122 B
TypeScript
2 lines
122 B
TypeScript
/// <reference types="react" />
|
|
export declare function useLatestValue<T>(value: T): import("react").MutableRefObject<T>;
|