UNPKG

next

Version:

The React Framework

3 lines (2 loc) 172 B
import type { Segment } from '../../../server/app-render/types'; export declare function createRouterCacheKey(segment: Segment, withoutSearchParameters?: boolean): string;