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 12b9c1d commit 340971cCopy full SHA for 340971c
index.d.ts
@@ -7,6 +7,6 @@ declare module 'gatsby-plugin-intl' {
7
export class Link<TState> extends gatsby.Link<TState> {}
8
export const navigate: typeof gatsby.navigate;
9
export const changeLocale: (language: string, to?: string) => void;
10
- export const IntlContextProvider: React.Provider;
11
- export const IntlContextConsumer: React.Consumer;
12
-}
+ export const IntlContextProvider: React.Provider<any>;
+ export const IntlContextConsumer: React.Consumer<any>;
+}
0 commit comments