@blackbaud/skyux-lib-stache
Version:
This library was generated with [Nx](https://nx.dev).
14 lines (13 loc) • 797 B
TypeScript
import { OnDestroy } from '@angular/core';
import { StacheNavLink } from '../nav/nav-link';
import { StacheOmnibarAdapterService } from '../shared/omnibar-adapter.service';
import { StacheWindowRef } from '../shared/window-ref';
import * as i0 from "@angular/core";
export declare class StacheTableOfContentsComponent implements OnDestroy {
#private;
routes: StacheNavLink[] | undefined;
constructor(windowRef: StacheWindowRef, omnibarSvc: StacheOmnibarAdapterService);
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<StacheTableOfContentsComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<StacheTableOfContentsComponent, "stache-table-of-contents", never, { "routes": { "alias": "routes"; "required": false; }; }, {}, never, never, false, never>;
}