UNPKG

gatsby-plugin-react-i18next

Version:

Easily translate your Gatsby website into multiple languages

4 lines (3 loc) 195 B
import { ParentSpanPluginArgs } from 'gatsby'; import { PluginOptions } from '../types'; export declare const onPreBootstrap: (_args: ParentSpanPluginArgs, pluginOptions: PluginOptions) => void;