UNPKG

next

Version:

The React Framework

8 lines (7 loc) 261 B
import type { NextPathnameInfo } from './get-next-pathname-info'; interface ExtendedInfo extends NextPathnameInfo { defaultLocale?: string; ignorePrefix?: boolean; } export declare function formatNextPathnameInfo(info: ExtendedInfo): string; export {};