@ux-aspects/ux-aspects
Version:
Open source user interface framework for building modern, responsive, mobile big data applications
15 lines (14 loc) • 768 B
TypeScript
import { ElementRef, OnDestroy, Renderer2 } from '@angular/core';
import { FocusIndicatorOriginService } from './focus-indicator-origin.service';
import * as i0 from "@angular/core";
export declare class FocusIndicatorOriginDirective implements OnDestroy {
readonly focusOriginService: FocusIndicatorOriginService;
readonly elementRef: ElementRef<any>;
readonly renderer: Renderer2;
/** Store the instance of the focus indicator origin */
private readonly _focusOrigin;
constructor();
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<FocusIndicatorOriginDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<FocusIndicatorOriginDirective, "[uxFocusIndicatorOrigin]", never, {}, {}, never, never, false, never>;
}