UNPKG

ngx-slice-kit

Version:

[![npm version](https://badge.fury.io/js/ngx-slice-kit.svg)](https://badge.fury.io/js/ngx-slice-kit)

16 lines (15 loc) 638 B
import { EventEmitter, OnDestroy } from '@angular/core'; import * as i0 from "@angular/core"; export declare class PopupComponent implements OnDestroy { id: number; title: any; message: any; ok: string; cancel: string; closed: EventEmitter<any>; onSuccess(bool: boolean): void; constructor(); ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<PopupComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<PopupComponent, "sdk-popup", never, { "id": "id"; "title": "title"; "message": "message"; "ok": "ok"; "cancel": "cancel"; }, { "closed": "closed"; }, never, never, false>; }