UNPKG

@cometchat/chat-uikit-vue

Version:

Ready-to-use Chat UI Components for Vue(Javascript/Web)

6 lines (5 loc) 630 B
import { AIAssistBotConfiguration } from "@cometchat/uikit-shared"; import { CometChatTheme, MessageBubbleAlignment } from "@cometchat/uikit-resources"; export declare function getBubbleAlignment(message: CometChat.TextMessage, sender: CometChat.User): MessageBubbleAlignment; export declare function getContentView(message: CometChat.TextMessage, theme: CometChatTheme, alignment: MessageBubbleAlignment, configuration: AIAssistBotConfiguration): ViewType; export declare function getBubbleFooterView(item: CometChat.TextMessage, configuration: AIAssistBotConfiguration, theme: CometChatTheme, sender: CometChat.User): ViewType;