UNPKG

@tencentcloud/chat-uikit-vue

Version:

Build In-App Chat & Audio/Video Call & Live Streaming in minutes with UIKit components for Vue.

16 lines (11 loc) 348 B
import { IEmojiGroupList } from '../../../interface'; /** * Custom big emoji */ export const CUSTOM_BIG_EMOJI_URL: string = ''; export const CUSTOM_BIG_EMOJI_GROUP_LIST: IEmojiGroupList = []; /** * Custom basic emoji */ export const CUSTOM_BASIC_EMOJI_URL: string = ''; export const CUSTOM_BASIC_EMOJI_URL_MAPPING: Record<string, string> = {};