@vchatcloud/vue-ui-kit
Version:
VChatCloud UI Kit for vue integration
19 lines (18 loc) • 669 B
TypeScript
type __VLS_Props = {
data: {
image: string;
host: string;
description: string;
ogUrl: string;
title: string;
url: string;
};
};
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
loadComplete: (height: number) => any;
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
onLoadComplete?: ((height: number) => any) | undefined;
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
a: HTMLAnchorElement;
}, HTMLAnchorElement>;
export default _default;