UNPKG

next

Version:

The React Framework

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