UNPKG

@charkour/react-reactions

Version:

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

9 lines (8 loc) • 362 B
import React from 'react'; export interface SlackSelectorSectionEmojiProps { hoverColor: string; onSelect: (emoji: string) => void; emoji: string; } export declare const SlackSelectorSectionEmoji: React.ForwardRefExoticComponent<SlackSelectorSectionEmojiProps & React.RefAttributes<HTMLDivElement>>; export default SlackSelectorSectionEmoji;