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 c273cb8 commit b424bfbCopy full SHA for b424bfb
index.d.ts
@@ -54,3 +54,5 @@ export default class Fetch<TData = any> extends React.Component<
54
// Passing any to FetchResult as unable to use TData
55
static Consumer: React.Consumer<FetchResult<any>>;
56
}
57
+
58
+export const FetchContext: React.Context<FetchResult<TData>>;
0 commit comments