@cometchat/chat-uikit-vue
Version:
Ready-to-use Chat UI Components for Vue(Javascript/Web)
49 lines (48 loc) • 1.31 kB
TypeScript
declare const _sfc_main: import("vue").DefineComponent<{
backdropStyle: {
type: typeof import("@cometchat/chat-sdk-javascript").User;
};
title: {
type: typeof import("@cometchat/chat-sdk-javascript").Group;
};
warningText: {
type: StringConstructor;
};
cancelText: {
type: StringConstructor;
};
confirmText: {
type: StringConstructor;
};
confirmDialogStyle: {
type: StringConstructor;
};
listeners: {
type: any;
};
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
backdropStyle: {
type: typeof import("@cometchat/chat-sdk-javascript").User;
};
title: {
type: typeof import("@cometchat/chat-sdk-javascript").Group;
};
warningText: {
type: StringConstructor;
};
cancelText: {
type: StringConstructor;
};
confirmText: {
type: StringConstructor;
};
confirmDialogStyle: {
type: StringConstructor;
};
listeners: {
type: any;
};
}>>, {
listeners: any;
}, {}>;
export default _sfc_main;