Files
scrap/node_modules/next/dist/client/components/match-segments.d.ts
2024-09-24 03:52:46 +00:00

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;