UNPKG

@cometchat/chat-uikit-vue

Version:

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

9 lines (8 loc) 249 B
import { LinkPreviewStyle } from "@cometchat/uikit-shared"; export declare class LinkPreviewConfiguration { private style; constructor(configuration: { style?: LinkPreviewStyle; }); getLinkPreviewStyle(): LinkPreviewStyle; }