UNPKG

@orca-fe/hooks

Version:

React Hooks Collections

5 lines (4 loc) 353 B
/// <reference types="react" /> declare const useEffectWithTarget: (effect: import("react").EffectCallback, deps: import("react").DependencyList, target: any) => void; export declare const useLayoutEffectWithTarget: (effect: import("react").EffectCallback, deps: import("react").DependencyList, target: any) => void; export default useEffectWithTarget;