UNPKG

@webpro/next-translate-plugin

Version:

Tiny and powerful i18n plugin to translate your Next.js pages.

6 lines (5 loc) 252 B
import { ParsedFilePkg } from './types'; export default function templateWithHoc(pagePkg: ParsedFilePkg, { skipInitialProps, existLocalesFolder }?: { skipInitialProps?: boolean | undefined; existLocalesFolder?: boolean | undefined; }): string;