UNPKG

next-page-tester

Version:
7 lines (6 loc) 212 B
import type { PageParams, RouteInfo } from '../commonTypes'; export declare function makeRouteInfo({ route, pagePath, params, }: { route: string; pagePath: string; params?: PageParams; }): RouteInfo;