UNPKG

@appello/common

Version:

Common package with many useful features for web and mobile development

3 lines (2 loc) 117 B
/// <reference types="react" /> export declare function useLatest<T>(value: T): import("react").MutableRefObject<T>;