UNPKG

angular-chat-widget-rasa

Version:

A chatbot widget that is able to connect to a rasa chatbot using SocketIO

9 lines (8 loc) 218 B
import { EventEmitter } from '@angular/core'; export declare class ChatConfigComponent { theme: string; text: string; themeChange: EventEmitter<any>; themes: string[]; setTheme(theme: any): void; }