diff --git a/packages/gatsby-theme-i18n/index.d.ts b/packages/gatsby-theme-i18n/index.d.ts index 27154429..a21ee3af 100755 --- a/packages/gatsby-theme-i18n/index.d.ts +++ b/packages/gatsby-theme-i18n/index.d.ts @@ -15,7 +15,7 @@ export function MdxLink({ href, children, ...props }: { export function LocalizedLink({ to, language, ...props }: { [x: string]: any; to: any; - language: any; + language?: any; }): JSX.Element; export function LocalizedRouter({ basePath, children, ...props }: { [x: string]: any;