UNPKG

@charkour/react-reactions

Version:

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

9 lines (8 loc) • 340 B
import React from 'react'; export interface FacebookSelectorEmojiProps { icon: string; label: string; onSelect: (label: string) => void; } export declare const FacebookSelectorEmoji: React.ForwardRefExoticComponent<FacebookSelectorEmojiProps & React.RefAttributes<HTMLDivElement>>; export default FacebookSelectorEmoji;