There was an error while loading. Please reload this page.
defaultValue
1 parent 5582e9b commit 8794a24Copy full SHA for 8794a24
src/index.js.flow
@@ -23,5 +23,5 @@ export type Context<T> = {
23
};
24
25
declare export default function createReactContext<T>(
26
- defaultValue: string
+ defaultValue: T
27
): Context<T>;
0 commit comments