wilddragon-site/node_modules/next/dist/client/components/router-reducer/create-router-cache-key.d.ts
2026-04-17 15:51:01 -04:00

2 lines
176 B
TypeScript
Executable file

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