@pazznetwork/ngx-chat
Version:
[](https://travis-ci.com/pazznetwork/ngx-chat) [](https://coveralls.io/github/pazzn
12 lines (11 loc) • 660 B
TypeScript
import { EventEmitter } from '@angular/core';
import { ChatStyle } from '../../services/chat-style';
import * as i0 from "@angular/core";
export declare class ChatWindowFrameComponent {
chatStyle: ChatStyle;
closeClick: EventEmitter<void>;
headerClick: EventEmitter<void>;
constructor(chatStyle: ChatStyle);
static ɵfac: i0.ɵɵFactoryDeclaration<ChatWindowFrameComponent, [{ optional: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<ChatWindowFrameComponent, "ngx-chat-window-frame", never, {}, { "closeClick": "closeClick"; "headerClick": "headerClick"; }, never, [".window-header-content", ".window-content"], false, never>;
}