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 bef2266 commit 42f68fbCopy full SHA for 42f68fb
packages/react-async/src/index.d.ts
@@ -1,4 +1,4 @@
1
-import React from "react"
+import * as React from "react"
2
3
export type AsyncChildren<T> = ((state: AsyncState<T>) => React.ReactNode) | React.ReactNode
4
export type InitialChildren<T> = ((state: AsyncInitial<T>) => React.ReactNode) | React.ReactNode
0 commit comments