消息
This commit is contained in:
15
TUIKit/components/TUIChat/emoji-config/custom-emoji.ts
Normal file
15
TUIKit/components/TUIChat/emoji-config/custom-emoji.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
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> = {};
|
||||
Reference in New Issue
Block a user