UNPKG

@chayns-components/emoji-input

Version:
5 lines (4 loc) 277 B
export declare const unescapeHTML: (text: string) => string; export declare const escapeHTML: (text: string) => string; export declare const convertEmojisToUnicode: (text: string) => string; export declare const addSkinToneToEmoji: (emoji: string, skinTone: string) => string;