UNPKG

@hhgtech/hhg-components

Version:
4 lines (3 loc) 185 B
/** src: https://www.benmvp.com/blog/8-helpful-custom-react-hooks/ * know the PREVIOUS + DIFFERENT value of props or state. */ export declare const usePrevious: <T>(value: T) => T;