UNPKG

next

Version:

The React Framework

6 lines (5 loc) 271 B
import type { LocaleRouteDefinition } from '../route-definitions/locale-route-definition'; import type { RouteMatch } from './route-match'; export interface LocaleRouteMatch<R extends LocaleRouteDefinition> extends RouteMatch<R> { readonly detectedLocale?: string; }