UNPKG

ngx-confirm-box

Version:

Library for confirm box - Angular 4/5/6

9 lines (8 loc) 204 B
import { Observable } from 'rxjs'; export declare class NgxConfirmBoxService { private confirmChange; constructor(); show(): void; hide(): void; getState(): Observable<any>; }