UNPKG

fabric8-planner

Version:
12 lines (11 loc) 402 B
import { Observable } from 'rxjs'; export declare class ModalService { private clientSource; private componentSource; private clientSource$; private componentSource$; constructor(); openModal(title: string, message: string, buttonText: string, actionKey?: string): Observable<string>; doAction(actionKey: string): void; getComponentObservable(): Observable<string[]>; }