UNPKG

@blackbaud/skyux-lib-stache

Version:

This library was generated with [Nx](https://nx.dev).

6 lines (5 loc) 190 B
import { InjectionToken } from '@angular/core'; export declare const STACHE_ROUTE_OPTIONS: InjectionToken<StacheRouteOptions>; export interface StacheRouteOptions { basePath?: string; }