UNPKG

@tencentcloud/ai-desk-customer-vue

Version:

Vue UIKit for AI Desk

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> = {};