@cometchat/chat-uikit-vue
Version:
Ready-to-use Chat UI Components for Vue(Javascript/Web)
22 lines (21 loc) • 638 B
TypeScript
declare const _sfc_main: import("vue").DefineComponent<{
audioUrl: {
type: StringConstructor;
default: any;
};
audioStyle: {
type: any;
};
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
audioUrl: {
type: StringConstructor;
default: any;
};
audioStyle: {
type: any;
};
}>>, {
audioUrl: string;
audioStyle: any;
}, {}>;
export default _sfc_main;