UNPKG

@guruhotel/aura-hooks

Version:

🪝 Hooks library designed by the Guruhotel team for Aura UI

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