UNPKG

@blackbaud/skyux-lib-stache

Version:

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

14 lines (13 loc) 804 B
import { AfterViewInit, OnDestroy, Renderer2 } from '@angular/core'; import { StacheNavLink } from '../nav/nav-link'; import { StacheWindowRef } from '../shared/window-ref'; import * as i0 from "@angular/core"; export declare class StacheTableOfContentsWrapperComponent implements AfterViewInit, OnDestroy { #private; tocRoutes: StacheNavLink[] | undefined; constructor(renderer: Renderer2, windowRef: StacheWindowRef); ngAfterViewInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<StacheTableOfContentsWrapperComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<StacheTableOfContentsWrapperComponent, "stache-table-of-contents-wrapper", never, { "tocRoutes": { "alias": "tocRoutes"; "required": false; }; }, {}, never, never, false, never>; }