UNPKG

react-together

Version:

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

6 lines (5 loc) 162 B
interface CursorSVGProps { color: string; } export default function CursorSVG({ color }: CursorSVGProps): import("react/jsx-runtime").JSX.Element; export {};