@cometchat/chat-uikit-vue
Version:
Ready-to-use Chat UI Components for Vue(Javascript/Web)
30 lines (29 loc) • 964 B
TypeScript
import { TextBubbleStyle } from "@cometchat/uikit-elements";
import { CometChatTextFormatter } from "@cometchat/uikit-shared";
import { PropType } from "vue";
declare const _sfc_main: import("vue").DefineComponent<{
text: {
type: StringConstructor;
default: any;
};
textStyle: {
type: PropType<TextBubbleStyle>;
};
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<{
text: {
type: StringConstructor;
default: any;
};
textStyle: {
type: PropType<TextBubbleStyle>;
};
textFormatters: {
type: PropType<CometChatTextFormatter[]>;
};
}>>, {
text: string;
}, {}>;
export default _sfc_main;