We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4f191f commit 3bbb746Copy full SHA for 3bbb746
index.d.ts
@@ -1,5 +1,5 @@
1
declare module 'use-async-effect' {
2
import { InputIdentityList } from 'react';
3
4
- export function useAsyncEffect(effect: () => Promise<void>, destroy?: () => void, inputs?: InputIdentityList);
+ export function useAsyncEffect(effect: () => Promise<void>, destroy?: () => void, inputs?: InputIdentityList): void;
5
}
0 commit comments