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

8 lines (7 loc) 200 B
import { InjectionToken } from '@angular/core'; export declare const CHAT_STYLE_TOKEN: InjectionToken<ChatStyle>; export interface ChatStyle { windowFrame: { windowWidth: string; }; }