@cometchat/chat-uikit-vue
Version:
Ready-to-use Chat UI Components for Vue(Javascript/Web)
41 lines (40 loc) • 911 B
TypeScript
declare const _sfc_main: import("vue").DefineComponent<{
message: {
type: any;
};
imageModerationStyle: {
type: any;
};
src: {
type: any;
};
placeholderImage: {
type: any;
};
listeners: {
type: any;
};
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
message: {
type: any;
};
imageModerationStyle: {
type: any;
};
src: {
type: any;
};
placeholderImage: {
type: any;
};
listeners: {
type: any;
};
}>>, {
message: any;
listeners: any;
imageModerationStyle: any;
src: any;
placeholderImage: any;
}, {}>;
export default _sfc_main;