UNPKG

@chitlangesahas/react-reactions

Version:

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

11 lines (10 loc) • 312 B
import React from 'react'; export interface GithubCounterGroupProps { emoji: string; count: number; onSelect: (emoji: string) => void; names: string[]; active: boolean; } export declare const GithubCounterGroup: React.FC<GithubCounterGroupProps>; export default GithubCounterGroup;