UNPKG

@cometchat/chat-uikit-vue

Version:

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

48 lines (47 loc) 1.19 kB
import { PollsBubbleStyle } from "@cometchat/uikit-shared"; import { PropType } from "vue"; declare const _sfc_main: import("vue").DefineComponent<{ pollStyle: { type: PropType<PollsBubbleStyle>; }; pollQuestion: { type: any; }; pollId: { type: any; }; senderUid: { type: any; }; loggedInUser: { type: typeof import("@cometchat/chat-sdk-javascript").User; }; metadata: { type: any; }; }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ pollStyle: { type: PropType<PollsBubbleStyle>; }; pollQuestion: { type: any; }; pollId: { type: any; }; senderUid: { type: any; }; loggedInUser: { type: typeof import("@cometchat/chat-sdk-javascript").User; }; metadata: { type: any; }; }>>, { metadata: any; pollQuestion: any; pollId: any; senderUid: any; }, {}>; export default _sfc_main;