UNPKG

emoji-picker-react

Version:

Emoji Picker component for React Applications on the web

7 lines (6 loc) 178 B
import { EmojiProperties } from '../dataUtils/DataTypes'; export declare type CustomEmoji = { names: string[]; [EmojiProperties.imgUrl]: string; id: string; };