UNPKG

@indahash/emoji-picker-react

Version:

Emoji Picker component for React Applications on the web

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