UNPKG

bitcitawebfrontlib-ibsalut

Version:

Angular CLI project used by other Angular projects in the bitcita web project.<br />

10 lines (9 loc) 308 B
import { ElementRef } from "@angular/core"; import { FocusService } from "../service/focus.service"; export declare class FocusRegisterDirective { private elRef; private focusService; constructor(elRef: ElementRef, focusService: FocusService); onFocus(): void; onBlur(): void; }