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 50046a2 commit 2faaee8Copy full SHA for 2faaee8
typings/index.d.ts
@@ -5,7 +5,7 @@ type PromiseFn<T> = (props: object) => Promise<T>
5
6
interface AsyncOptions<T> {
7
promiseFn?: (props: object, controller: AbortController) => Promise<T>
8
- deferFn?: (props: object, controller: AbortController, args: any[]) => Promise<T>
+ deferFn?: (args: any[], props: object, controller: AbortController) => Promise<T>
9
watch?: any
10
watchFn?: (props: object, prevProps: object) => any
11
initialValue?: T
0 commit comments