UNPKG

@indahash/emoji-picker-react

Version:

Emoji Picker component for React Applications on the web

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