UNPKG

@replyke/ui-core-react-js

Version:

Replyke: Build interactive apps with social features like comments, votes, feeds, user lists, notifications, and more.

5 lines (4 loc) 176 B
declare function EmojiSuggestions({ onEmojiClick, }: { onEmojiClick: (emoji: string) => void; }): import("react/jsx-runtime").JSX.Element; export default EmojiSuggestions;