UNPKG

react-together

Version:

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

6 lines (4 loc) 243 B
import { MutableRefObject } from 'react'; export interface UseHoveringUsersOptions { } export default function useHoveringUsers(rtKey: string, _options?: UseHoveringUsersOptions): [MutableRefObject<HTMLDivElement | null>, string[], boolean];