UNPKG

@cometchat/chat-uikit-vue

Version:

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

46 lines (45 loc) 1.35 kB
import { CometChatTextFormatter, MessageTranslationStyle } from "@cometchat/uikit-shared"; import { MessageBubbleAlignment } from "@cometchat/uikit-resources"; import { PropType } from "vue"; declare const _sfc_main: import("vue").DefineComponent<{ translatedText: { type: StringConstructor; }; alignment: { type: PropType<MessageBubbleAlignment>; }; messageTranslationStyle: { type: typeof MessageTranslationStyle; }; textStyle: { type: any; }; text: { type: StringConstructor; }; textFormatters: { type: PropType<CometChatTextFormatter[]>; }; }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ translatedText: { type: StringConstructor; }; alignment: { type: PropType<MessageBubbleAlignment>; }; messageTranslationStyle: { type: typeof MessageTranslationStyle; }; textStyle: { type: any; }; text: { type: StringConstructor; }; textFormatters: { type: PropType<CometChatTextFormatter[]>; }; }>>, { textStyle: any; }, {}>; export default _sfc_main;