UNPKG

next

Version:

The React Framework

4 lines (3 loc) 240 B
import type { Rewrite } from './load-custom-routes'; export declare function generateInterceptionRoutesRewrites(appPaths: string[], basePath?: string): Rewrite[]; export declare function isInterceptionRouteRewrite(route: Rewrite): boolean;