UNPKG

@selfcommunity/react-ui

Version:

React UI Components to integrate a Community created with SelfCommunity Platform.

7 lines (6 loc) 213 B
import { PickerProps } from 'emoji-picker-react'; interface EmojiPickerProps extends PickerProps { className?: string; } export default function EmojiPicker(inProps: EmojiPickerProps): JSX.Element; export {};