UNPKG

minh-custom-hooks-release

Version:

My custom hooks for working easier while developing react web app

3 lines (2 loc) 148 B
import { DependencyList, EffectCallback } from 'react'; export default function useLayoutDidUpdate(fn: EffectCallback, deps: DependencyList): void;