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