UNPKG

modified-next-i18next

Version:

A slightly modified version of next-i18next to allow for different folder structure.

3 lines (2 loc) 208 B
import { UserConfig, SSRConfig } from './types'; export declare const serverSideTranslations: (initialLocale: string, namespacesRequired?: string[], configOverride?: UserConfig | null) => Promise<SSRConfig>;