source:
trip-planner-front/node_modules/primeng/dynamicdialog/dynamicdialog-ref.d.ts
Last change on this file was 59329aa, checked in by , 3 years ago | |
---|---|
|
|
File size: 274 bytes |
Line | |
---|---|
1 | import { Observable } from 'rxjs'; |
2 | export declare class DynamicDialogRef { |
3 | constructor(); |
4 | close(result?: any): void; |
5 | destroy(): void; |
6 | private readonly _onClose; |
7 | onClose: Observable<any>; |
8 | private readonly _onDestroy; |
9 | onDestroy: Observable<any>; |
10 | } |
Note:
See TracBrowser
for help on using the repository browser.