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 8125fbf commit 7552f1aCopy full SHA for 7552f1a
packages/react-async/src/index.d.ts
@@ -165,7 +165,8 @@ export namespace Async {
165
}
166
167
export function createInstance<T>(
168
- defaultProps?: AsyncProps<T>
+ defaultProps?: AsyncProps<T>,
169
+ displayName?: string
170
): (new () => Async<T>) & {
171
Initial<T>(props: { children?: InitialChildren<T>; persist?: boolean }): JSX.Element
172
Pending<T>(props: { children?: PendingChildren<T>; initial?: boolean }): JSX.Element
0 commit comments