UNPKG

@guruhotel/aura-hooks

Version:

🪝 Hooks library designed by the Guruhotel team for Aura UI

3 lines (2 loc) 151 B
import { EffectCallback, DependencyList } from "react"; export declare function useDidUpdate(fn: EffectCallback, dependencies?: DependencyList): void;