UNPKG

@hmcts/media-viewer

Version:
14 lines 712 B
import { AfterViewInit, ElementRef } from '@angular/core'; import { IcpEventService } from '../../toolbar/icp-event.service'; import * as i0 from "@angular/core"; export declare class ConfirmActionDialogComponent implements AfterViewInit { private icpEventService; modalContainer: ElementRef; constructor(icpEventService: IcpEventService); ngAfterViewInit(): void; onCancel(): void; onConfirm(): void; static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmActionDialogComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmActionDialogComponent, "mv-confirm-action", never, {}, {}, never, never, false, never>; } //# sourceMappingURL=confirm-action-dialog.component.d.ts.map