wilddragon-site/node_modules/next/dist/client/components/match-segments.d.ts
2026-04-17 15:51:01 -04:00

2 lines
158 B
TypeScript
Executable file

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