UNPKG

@c-standard/angular-devui-extension

Version:

an extensional components lib for devui

16 lines (15 loc) 801 B
import { ElementRef, EventEmitter, OnInit, TemplateRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class PopupContentComponent implements OnInit { private myRef; title?: string; ref?: ElementRef; footerTemplate?: TemplateRef<any>; bodyTemplate?: TemplateRef<any>; closeBtnClick: EventEmitter<void>; constructor(myRef: ElementRef); onCloseBtnClick(e: MouseEvent): void; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<PopupContentComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<PopupContentComponent, "d-popup-content", never, { "title": "title"; "ref": "ref"; "footerTemplate": "footerTemplate"; "bodyTemplate": "bodyTemplate"; }, { "closeBtnClick": "closeBtnClick"; }, never, ["*"]>; }