UNPKG

@everdome_io/next-js-helper

Version:

``` npm install @uig/uig-nextjs-helper ``` or ``` yarn add -D @uig/uig-nextjs-helper ```

3 lines (2 loc) 170 B
import { StringMap } from 'i18next'; export declare const useScopeTranslation: (namespace: string, ...scopes: string[]) => (key: string, option?: StringMap) => string;