UNPKG

@chitlangesahas/react-reactions

Version:

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

10 lines (9 loc) • 280 B
import React from 'react'; export interface ReactionCounterEmojiProps { node: JSX.Element; bg: string; iconSize: number; index: number; } export declare const ReactionCounterEmoji: React.FC<ReactionCounterEmojiProps>; export default ReactionCounterEmoji;