UNPKG

@indahash/emoji-picker-react

Version:

Emoji Picker component for React Applications on the web

7 lines (6 loc) 231 B
/// <reference types="react" /> import { PickerConfig } from './config/config'; import './EmojiPickerReact.css'; export interface Props extends PickerConfig { } export default function EmojiPicker(props: Props): JSX.Element;