UNPKG

@darwish/hooks-core

Version:

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