UNPKG

202 BTypeScriptView Raw
1import type { DependencyList } from 'react';
2declare function useAsyncEffect(effect: () => AsyncGenerator<void, void, void> | Promise<void>, deps?: DependencyList): void;
3export default useAsyncEffect;