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