UNPKG

@guruhotel/aura-hooks

Version:

🪝 Hooks library designed by the Guruhotel team for Aura UI

5 lines (4 loc) 284 B
import type { DependencyList, EffectCallback } from "react"; import type { BasicTarget } from "./dom-target"; declare const useEffectWithTarget: (effect: EffectCallback, deps: DependencyList, target: BasicTarget<any> | BasicTarget<any>[]) => void; export default useEffectWithTarget;