UNPKG

@spacebarchat/emoji-picker-react

Version:

Emoji Picker component for React Applications on the web

4 lines (3 loc) 233 B
/// <reference types="react" /> import { BaseEmojiProps } from './BaseEmojiProps'; export declare function ViewOnlyEmoji({ emoji, unified, emojiStyle, size, lazyLoad, getEmojiUrl, className }: BaseEmojiProps): JSX.Element | null;