@alauda/ui
Version:
Angular UI components by Alauda Frontend Team.
17 lines (16 loc) • 798 B
TypeScript
import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
import { TocContainerDirective } from './toc-container.directive';
import * as i0 from "@angular/core";
export declare class TocLinkDirective implements OnInit, OnDestroy {
private readonly cdr;
active: boolean;
for: TocContainerDirective;
auiTocLink: string[] | string;
private readonly _subs;
onClick(): void;
constructor(cdr: ChangeDetectorRef);
ngOnInit(): void;
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<TocLinkDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<TocLinkDirective, "[auiTocLink]", never, { "for": { "alias": "for"; "required": false; }; "auiTocLink": { "alias": "auiTocLink"; "required": false; }; }, {}, never, never, true, never>;
}