There was an error while loading. Please reload this page.
1 parent 3ee9b23 commit e9f3f26Copy full SHA for e9f3f26
src/index.d.ts
@@ -9,7 +9,7 @@ export type Context<T> = {
9
10
export type ProviderProps<T> = {
11
value: T;
12
- children?: React.ReactNode;
+ children: React.ReactNode;
13
};
14
15
export type ConsumerProps<T> = {
0 commit comments