UNPKG

@flying-studio/use-pagination

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