UNPKG

@replyke/ui-core-react-native

Version:

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

7 lines (6 loc) 204 B
import React from "react"; interface EmojiSuggestionsProps { onEmojiClick: (emoji: string) => void; } declare const EmojiSuggestions: React.FC<EmojiSuggestionsProps>; export default EmojiSuggestions;