UNPKG

@multisynq/react-together

Version:

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

14 lines (12 loc) 911 B
import { default as useConnectedUsers } from './useConnectedUsers'; import { default as useCreateRandomSession } from './useCreateRandomSession'; import { default as useFunctionTogether } from './useFunctionTogether'; import { default as useHoveringUsers } from './useHoveringUsers'; import { default as useJoinUrl } from './useJoinUrl'; import { default as useLeaveSession } from './useLeaveSession'; import { default as useMyId } from './useMyId'; import { default as useStateTogether } from './useStateTogether'; import { default as useStateTogetherWithPerUserValues } from './useStateTogetherWithPerUserValues'; import { useIsJoined } from '@croquet/react'; declare const useIsTogether: typeof useIsJoined; export { useConnectedUsers, useCreateRandomSession, useFunctionTogether, useHoveringUsers, useIsTogether, useJoinUrl, useLeaveSession, useMyId, useStateTogether, useStateTogetherWithPerUserValues };