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 5a3957d commit c5f0a05Copy full SHA for c5f0a05
src/index.d.ts
@@ -12,6 +12,7 @@ interface AsyncOptions<T> {
12
initialValue?: T
13
onResolve?: (data: T) => void
14
onReject?: (error: Error) => void
15
+ [prop: string]: any
16
}
17
18
interface AsyncProps<T> extends AsyncOptions<T> {
0 commit comments