UNPKG

@chitlangesahas/react-reactions

Version:

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

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