UNPKG

ionic-angular

Version:

A powerful framework for building mobile and progressive web apps with JavaScript and Angular 2

9 lines (8 loc) 163 B
import { EventEmitter } from '@angular/core'; /** * @hidden */ export declare class NextInput { focused: EventEmitter<boolean>; receivedFocus(): void; }