UNPKG

@truthandsystems/emoji-picker-react

Version:

Emoji Picker component for React Applications on the web

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