UNPKG

@chitlangesahas/react-reactions

Version:

😲 Create custom reaction pickers and counters or use your favorites!

9 lines (8 loc) • 283 B
import React from 'react'; export interface GithubSelectorEmojiProps { onSelect: (shortCode: string) => void; shortCode: string; active?: boolean; } export declare const GithubSelectorEmoji: React.FC<GithubSelectorEmojiProps>; export default GithubSelectorEmoji;