UNPKG

@charkour/react-reactions

Version:

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

12 lines (10 loc) • 184 B
export interface Reaction { node: React.ReactNode; label: string; key?: string; } export interface ReactionCounterObject { node: JSX.Element; label: string; by: string; }