UNPKG

emoji-picker-react

Version:

Emoji Picker component for React Applications on the web

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