UNPKG

@spartacus/core

Version:

Spartacus - the core framework

3 lines (2 loc) 123 B
import { Route, UrlMatcher } from '@angular/router'; export declare type UrlMatcherFactory = (route: Route) => UrlMatcher;