UNPKG

@indahash/emoji-picker-react

Version:

Emoji Picker component for React Applications on the web

12 lines (9 loc) 209 B
import emojis from '../data/emojis'; export type DataEmoji = { n: string[]; u: string; v?: string[]; a: string; }; export type DataEmojis = DataEmoji[]; export type DataGroups = keyof typeof emojis;