UNPKG

@cometchat/chat-uikit-vue

Version:

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

15 lines (14 loc) 415 B
import { StickersStyle } from "@cometchat/uikit-shared"; export declare class StickerConfiguration { private style; private stickerIconURL; private closeIconURL; constructor(configuration: { style?: StickersStyle; stickerIconURL?: string; closeIconURL?: string; }); getStickersStyle(): StickersStyle; getStickerIconURL(): string; getCloseIconURL(): string; }