UNPKG

@chitlangesahas/react-reactions

Version:

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

11 lines (9 loc) • 168 B
export interface Reaction { node: React.ReactNode; label: string; } export interface ReactionCounterObject { node: JSX.Element; label: string; by: string; }