UNPKG

next

Version:

The React Framework

5 lines (4 loc) 225 B
import type { RouteMatch } from './route-match'; import type { AppPageRouteDefinition } from '../route-definitions/app-page-route-definition'; export interface AppPageRouteMatch extends RouteMatch<AppPageRouteDefinition> { }