Home > @lndsld/react-hooks > usePrevious
Signature:
declare function usePrevious<T, I>(value: T, initialValue: I): T | I;
Returns:
T | I