3 lines
176 B
TypeScript
3 lines
176 B
TypeScript
import type { Segment } from '../../../shared/lib/app-router-types';
|
|
export declare function createRouterCacheKey(segment: Segment, withoutSearchParameters?: boolean): string;
|