UNPKG

gw3-web-guid

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.2.14.

15 lines (14 loc) 421 B
import { OnInit } from '@angular/core'; import { NgbActiveModal } from '@ng-bootstrap/ng-bootstrap'; export declare class ConfirmDialogComponent implements OnInit { private activeModal; title: string; message: string; btnOkText: string; btnCancelText: string; constructor(activeModal: NgbActiveModal); ngOnInit(): void; cancel(): void; ok(): void; dismiss(): void; }