UNPKG

react-together

Version:

A library to seamlessly add real-time multi-user interaction to your React app!

9 lines (8 loc) 303 B
type HoverHighlighterProps = { rtKey: string; children: ReactChildren; className?: string; highlightMyself?: boolean; }; export default function HoverHighlighter({ rtKey, children, className, highlightMyself }: HoverHighlighterProps): import("react/jsx-runtime").JSX.Element; export {};