UNPKG

@coog/gatsby-plugin-react-i18next

Version:

Easily translate your Gatsby website into multiple languages

8 lines (7 loc) 196 B
import React from 'react'; import { GatsbyLinkProps } from 'gatsby'; declare type Props = GatsbyLinkProps<any> & { language?: string; }; export declare const Link: React.FC<Props>; export {};