@lifeintelligencegroup/ngx-lig-ari
Version:
Life Intelligence Group Artificial Intelligence
16 lines (15 loc) • 651 B
TypeScript
import { ApplicationRef, ElementRef, OnInit } from '@angular/core';
import { Platform } from '@ionic/angular';
import * as i0 from "@angular/core";
export declare class KeyboardAttachDirective implements OnInit {
private elementRef;
private platform;
private AppRef;
constructor(elementRef: ElementRef, platform: Platform, AppRef: ApplicationRef);
ngOnInit(): void;
private onShow;
private onHide;
private setElementPosition;
static ɵfac: i0.ɵɵFactoryDeclaration<KeyboardAttachDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<KeyboardAttachDirective, "[keyboardAttach]", never, {}, {}, never>;
}