UNPKG

ngx-sp-infra

Version:
9 lines (8 loc) 581 B
import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class GenericModalComponent { protected readonly EMIT_CLOSE_MODAL: EventEmitter<void>; modalTitle: string; static ɵfac: i0.ɵɵFactoryDeclaration<GenericModalComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<GenericModalComponent, "app-generic-modal, lib-generic-modal", never, { "modalTitle": { "alias": "modalTitle"; "required": true; }; }, { "EMIT_CLOSE_MODAL": "closeModal"; }, never, [".body-generic-modal", ".footer-generic-modal"], true, never>; }