UNPKG

@charkour/react-reactions

Version:

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

12 lines (11 loc) • 238 B
/// <reference types="react" /> export interface Reaction { node: React.ReactNode; label: string; key?: string; } export interface ReactionCounterObject { node: JSX.Element; label: string; by: string; }