UNPKG

@indahash/emoji-picker-react

Version:

Emoji Picker component for React Applications on the web

9 lines (8 loc) 268 B
/// <reference types="react" /> import './Preview.css'; export declare function Preview(): JSX.Element | null; export declare function PreviewBody(): JSX.Element; export declare type PreviewEmoji = null | { unified: string; originalUnified: string; };