Context<T>: {
matched: Matched<T>[];
index: number;
router: RouterInstance<BaseRoute>;
location: Location;
params: Record<string, string>;
}
Type declaration
-
matched: Matched<T>[]
-
index: number
-
router: RouterInstance<BaseRoute>
-
location: Location
-
params: Record<string, string>