UNPKG

next

Version:

The React Framework

5 lines (4 loc) 193 B
import type { RouteMatcher } from '../route-matchers/route-matcher'; export interface RouteMatcherProvider<M extends RouteMatcher = RouteMatcher> { matchers(): Promise<ReadonlyArray<M>>; }