UNPKG

primeng

Version:

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Join the chat at https://gitter.im/primefaces/primeng](https://badges.gitter.im/primefaces/primeng.svg)](https://gitter.im/primefaces/primeng?ut

11 lines (10 loc) 363 B
import { Observable } from 'rxjs'; import { Confirmation } from './confirmation'; export declare class ConfirmationService { private requireConfirmationSource; private acceptConfirmationSource; requireConfirmation$: Observable<Confirmation>; accept: Observable<Confirmation>; confirm(confirmation: Confirmation): this; onAccept(): void; }