UNPKG

@alauda-fe/common

Version:

Alauda frontend team common codes.

11 lines (10 loc) 562 B
import { AfterViewInit, ElementRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class E2eAttributeBindingDirective implements AfterViewInit { private readonly el; constructor(el: ElementRef<HTMLElement>); ngAfterViewInit(): void; setDataTestId(): void; static ɵfac: i0.ɵɵFactoryDeclaration<E2eAttributeBindingDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<E2eAttributeBindingDirective, "[click],[routerLink],a[href],[auiTooltip],[auiDropdown]", never, {}, {}, never, never, true, never>; }