UNPKG

ahooks-v2

Version:
4 lines (3 loc) 163 B
import { DependencyList } from 'react'; declare const useTrackedEffect: (effect: any, deps?: DependencyList | undefined) => void; export default useTrackedEffect;