UNPKG

next-i18next

Version:

The easiest way to translate your NextJs apps.

3 lines (2 loc) 134 B
import { InternalConfig, UserConfig } from '../types'; export declare const createConfig: (userConfig: UserConfig) => InternalConfig;