index.d.ts 71 Bytes
declare function usePrevious<T>(value: T): T;

export { usePrevious };