Files
nodeMap/node_modules/next/dist/client/components/match-segments.d.ts

4 lines
256 B
TypeScript

import type { Segment } from '../../server/app-render/types';
export declare const matchSegment: (existingSegment: Segment, segment: Segment) => boolean;
export declare const canSegmentBeOverridden: (existingSegment: Segment, segment: Segment) => boolean;