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 abe48cd commit 4e8ffa2Copy full SHA for 4e8ffa2
typings/index.d.ts
@@ -4,7 +4,7 @@ type AsyncChildren<T> = ((state: AsyncState<T>) => React.ReactNode) | React.Reac
4
5
interface AsyncProps<T> {
6
promiseFn?: (props: object) => Promise<T>
7
- deferFn?: (...args, props: object) => Promise<T>
+ deferFn?: (...args) => Promise<T>
8
watch?: any
9
initialValue?: T
10
onResolve?: (data: T) => void
0 commit comments