@coog/gatsby-plugin-react-i18next
Version:
Easily translate your Gatsby website into multiple languages
5 lines (4 loc) • 381 B
TypeScript
import { WrapPageElementBrowserArgs } from 'gatsby';
import { PageContext, PluginOptions } from '../types';
import 'moment/min/locales';
export declare const wrapPageElement: ({ element, props }: WrapPageElementBrowserArgs<any, PageContext>, { i18nextOptions, redirect, generateDefaultLanguagePage, siteUrl, localeJsonNodeName, }: PluginOptions) => JSX.Element | null | undefined;