UNPKG

@aslaluroba/help-center

Version:

A powerful and customizable help center widget for Angular applications with real-time chat functionality, AI assistance, and multi-language support.

13 lines (12 loc) 793 B
import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class ConfirmationDialogComponent { title: string; body: string; confirmText: string; cancelText: string; onConfirm: EventEmitter<void>; onCancel: EventEmitter<void>; static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmationDialogComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmationDialogComponent, "app-confirmation-dialog", never, { "title": { "alias": "title"; "required": false; }; "body": { "alias": "body"; "required": false; }; "confirmText": { "alias": "confirmText"; "required": false; }; "cancelText": { "alias": "cancelText"; "required": false; }; }, { "onConfirm": "onConfirm"; "onCancel": "onCancel"; }, never, never, true, never>; }