3 lines
180 B
TypeScript
3 lines
180 B
TypeScript
|
|
import type { DependencyList } from 'react';
|
||
|
|
export declare function useLatestValue<T extends any>(value: T, dependencies?: DependencyList): import("react").MutableRefObject<T>;
|