UNPKG

common-hook

Version:
3 lines (2 loc) 140 B
declare const useEffectWithTarget: (effect: EffectCallback, deps: DependencyList, target: any) => void; export default useEffectWithTarget;