@cometchat/chat-uikit-vue
Version:
Ready-to-use Chat UI Components for Vue(Javascript/Web)
20 lines (19 loc) • 759 B
TypeScript
import { CardBubbleStyle } from "@cometchat/uikit-shared";
import { CardMessage } from "@cometchat/uikit-resources";
import { PropType } from "vue";
declare const _sfc_main: import("vue").DefineComponent<{
cardBubbleStyle: {
type: PropType<CardBubbleStyle>;
};
message: {
type: PropType<CardMessage>;
};
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
cardBubbleStyle: {
type: PropType<CardBubbleStyle>;
};
message: {
type: PropType<CardMessage>;
};
}>>, {}, {}>;
export default _sfc_main;