UNPKG

bia-framework

Version:

Bia Framework to work with angular 2

11 lines (10 loc) 322 B
import { OnInit, EventEmitter, OnDestroy } from '@angular/core'; export declare class CoreDocumentMouseUp implements OnInit, OnDestroy { canHandler: boolean; handler: EventEmitter<MouseEvent>; private mouseup; constructor(); private iMouseUp; ngOnInit(): void; ngOnDestroy(): void; }