UNPKG

next

Version:

The React Framework

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