UNPKG

@synerty/ng2-balloon-msg-ns

Version:

Show balloon messages to users in Nativescript

8 lines (7 loc) 387 B
import { EventEmitter } from "@angular/core"; import { Ng2BalloonMsgCommonQueueComponent } from "@synerty/ng2-balloon-msg"; import { Ng2BalloonMsgService } from "@synerty/ng2-balloon-msg"; export declare class Ng2BalloonMsgNsQueueComponent extends Ng2BalloonMsgCommonQueueComponent { fullScreenNeededEvent: EventEmitter<boolean>; constructor(msgService: Ng2BalloonMsgService); }