UNPKG

next-translate-routes-multi-domain

Version:

Flexible and translated routes for Next.js without custom server

3 lines (2 loc) 157 B
import { NextRouter, SingletonRouter } from 'next/router'; export declare const enhanceNextRouter: <R extends NextRouter | SingletonRouter>(router: R) => R;