UNPKG

infinity-forge

Version:
10 lines (9 loc) 229 B
import { AppContext } from 'next/app'; import { NextRouter } from 'next/router'; export declare function getPathnameRef(props: { context?: AppContext; router?: NextRouter; pageUrl?: string; }): { page: string; };