UNPKG

next

Version:

The React Framework

7 lines (6 loc) 312 B
export declare const INTERCEPTION_ROUTE_MARKERS: readonly ["(..)(..)", "(.)", "(..)", "(...)"]; export declare function isInterceptionRouteAppPath(path: string): boolean; export declare function extractInterceptionRouteInformation(path: string): { interceptingRoute: string; interceptedRoute: string; };