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

export { usePrevious };