wilddragon-site/node_modules/next/dist/client/components/router-reducer/create-router-cache-key.d.ts

3 lines
176 B
TypeScript
Raw Normal View History

2026-04-17 15:51:01 -04:00
import type { Segment } from '../../../shared/lib/app-router-types';
export declare function createRouterCacheKey(segment: Segment, withoutSearchParameters?: boolean): string;