UNPKG

emoji-picker-react

Version:

Emoji Picker component for React Applications on the web

8 lines (7 loc) 235 B
import * as React from 'react'; declare type Props = Readonly<{ children: React.ReactNode; }>; export declare const DEFAULT_LABEL_HEIGHT = 40; export default function PickerMain({ children }: Props): JSX.Element; export {};