UNPKG

@indahash/emoji-picker-react

Version:

Emoji Picker component for React Applications on the web

11 lines (10 loc) 379 B
/// <reference types="react" /> import { EmojiStyle } from '../../types/exposedTypes'; import { GetEmojiUrl } from './Emoji'; export declare function ExportedEmoji({ unified, size, emojiStyle, lazyLoad, getEmojiUrl, }: { unified: string; emojiStyle?: EmojiStyle; size?: number; lazyLoad?: boolean; getEmojiUrl?: GetEmojiUrl; }): JSX.Element | null;