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.
2 parents 5349220 + c6bc739 commit 2648cccCopy full SHA for 2648ccc
packages/react-async/src/Async.tsx
@@ -54,7 +54,7 @@ type GenericAsync = typeof Async & {
54
Settled<T>(props: SettledProps<T>): JSX.Element
55
}
56
57
-type AsyncConstructor<T> = React.ComponentClass<AsyncProps<T>> & {
+export type AsyncConstructor<T> = React.ComponentClass<AsyncProps<T>> & {
58
Initial: React.FC<InitialProps<T>>
59
Pending: React.FC<PendingProps<T>>
60
Loading: React.FC<PendingProps<T>>
0 commit comments