UNPKG

@ng-ui-libraries/forms

Version:

9 lines (8 loc) 249 B
import { ElementRef, EventEmitter } from '@angular/core'; export declare class Activatable { private el; activate: EventEmitter<any>; constructor(el: ElementRef); onKeyUp($event: any): boolean; onMouseUp($event: any): boolean; }