@coog/gatsby-plugin-react-i18next
Version:
Easily translate your Gatsby website into multiple languages
7 lines (6 loc) • 348 B
TypeScript
import { Node } from 'gatsby';
import { PluginOptions } from '../types';
export declare function unstable_shouldOnCreateNode({ node }: {
node: Node;
}): boolean;
export declare const onCreateNode: ({ node, actions, loadNodeContent, createNodeId, createContentDigest, reporter, }: any, { localeJsonSourceName }: PluginOptions) => Promise<void>;