UNPKG

gatsby-plugin-react-i18next

Version:

Easily translate your Gatsby website into multiple languages

4 lines (3 loc) 228 B
import { CreatePageArgs } from 'gatsby'; import { PageContext, PluginOptions } from '../types'; export declare const onCreatePage: ({ page, actions }: CreatePageArgs<PageContext>, pluginOptions: PluginOptions) => Promise<void>;