custom-emoji.ts 348 B

12345678910111213141516
  1. import { IEmojiGroupList } from '../../../interface';
  2. /**
  3. * Custom big emoji
  4. */
  5. export const CUSTOM_BIG_EMOJI_URL: string = '';
  6. export const CUSTOM_BIG_EMOJI_GROUP_LIST: IEmojiGroupList = [];
  7. /**
  8. * Custom basic emoji
  9. */
  10. export const CUSTOM_BASIC_EMOJI_URL: string = '';
  11. export const CUSTOM_BASIC_EMOJI_URL_MAPPING: Record<string, string> = {};