UNPKG

@reactivers/use-previous

Version:

Previous value of a state in React with hook

3 lines (2 loc) 80 B
declare const usePrevious: (current: any) => any; export default usePrevious;