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 7271a7b commit 1c79637Copy full SHA for 1c79637
typings/index.d.ts
@@ -3,7 +3,7 @@ import * as React from "react"
3
type AsyncChildren<T> = ((state: AsyncState<T>) => React.ReactNode) | React.ReactNode
4
type PromiseFn<T> = (props: object) => Promise<T>
5
6
-interface AsyncProps<T> {
+interface AsyncOptions<T> {
7
promiseFn?: (props: object, controller: AbortController) => Promise<T>
8
deferFn?: (...args: any[]) => Promise<T>
9
watch?: any
0 commit comments