UNPKG

@iotize/ionic

Version:

Iotize specific building blocks on top of @ionic/angular.

11 lines (10 loc) 529 B
import { ElementRef, AfterViewInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class AutoFocusDirective implements AfterViewInit { private elementRef; appAutoFocus: boolean; constructor(elementRef: ElementRef); ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<AutoFocusDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<AutoFocusDirective, "[appAutofocus]", never, { "appAutoFocus": "appAutoFocus"; }, {}, never, never, false, never>; }