UNPKG

emoji-picker-react

Version:

Emoji Picker component for React Applications on the web

7 lines (6 loc) 201 B
import * as React from 'react'; export declare function NativeEmoji({ unified, style, className }: { unified: string; style: React.CSSProperties; className?: string; }): JSX.Element;