UNPKG

@pazznetwork/ngx-chat

Version:

[![Build status](https://api.travis-ci.com/pazznetwork/ngx-chat.svg?branch=master)](https://travis-ci.com/pazznetwork/ngx-chat) [![Coverage](https://coveralls.io/repos/github/pazznetwork/ngx-chat/badge.svg?branch=master)](https://coveralls.io/github/pazzn

12 lines (11 loc) 660 B
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>; }