bitfront-library
Version:
Angular CLI project with components and classes used by other Angular projects of the BIT foundation.
14 lines (13 loc) • 597 B
TypeScript
import { ElementRef, Renderer2 } from "@angular/core";
import { FocusService } from "../service/focus.service";
import * as i0 from "@angular/core";
export declare class FocusRegisterDirective {
private elRef;
private renderer;
private focusService;
constructor(elRef: ElementRef, renderer: Renderer2, focusService: FocusService);
onFocus(): void;
onBlur(): void;
static ɵfac: i0.ɵɵFactoryDef<FocusRegisterDirective, never>;
static ɵdir: i0.ɵɵDirectiveDefWithMeta<FocusRegisterDirective, "input,select,textarea,bit-input,bit-select", never, {}, {}, never>;
}