first init
This commit is contained in:
+2
@@ -0,0 +1,2 @@
|
||||
import type { DependencyList } from 'react';
|
||||
export declare function useLatestValue<T extends any>(value: T, dependencies?: DependencyList): import("react").MutableRefObject<T>;
|
||||
Reference in New Issue
Block a user