UNPKG

emoji-picker-react

Version:

Emoji Picker component for React Applications on the web

8 lines (7 loc) 266 B
/// <reference types="react" /> import { CategoryConfig } from '../../config/categoryConfig'; declare type Props = Readonly<{ categoryConfig: CategoryConfig; }>; export declare function Suggested({ categoryConfig }: Props): JSX.Element | null; export {};