UNPKG

converse.js

Version:
12 lines 361 B
/** * The view of an open/ongoing chat conversation. */ export default class ChatView extends BaseChatView { length: number; initialize(): Promise<void>; render(): import("lit-html").TemplateResult<1>; getHelpMessages(): string[]; afterShown(): void; } import BaseChatView from 'shared/chat/baseview.js'; //# sourceMappingURL=chat.d.ts.map