UNPKG

minh-custom-hooks-release

Version:

My custom hooks for working easier while developing react web app

3 lines (2 loc) 153 B
import { DependencyList, EffectCallback } from 'react'; export default function useEventDidUpdate(callback: EffectCallback, deps: DependencyList): void;