UNPKG

@cometchat/chat-uikit-vue

Version:

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

41 lines (40 loc) 1.1 kB
import { FileBubbleStyle } from "@cometchat/uikit-elements"; import { PropType } from "vue"; declare const _sfc_main: import("vue").DefineComponent<{ downloadIconURL: { type: StringConstructor; default: any; }; subtitle: { type: StringConstructor; }; title: { type: StringConstructor; }; fileURL: { type: StringConstructor; }; fileStyle: { type: PropType<FileBubbleStyle>; }; }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ downloadIconURL: { type: StringConstructor; default: any; }; subtitle: { type: StringConstructor; }; title: { type: StringConstructor; }; fileURL: { type: StringConstructor; }; fileStyle: { type: PropType<FileBubbleStyle>; }; }>>, { downloadIconURL: string; }, {}>; export default _sfc_main;