UNPKG

@multisynq/react

Version:

React bindings for Multisynq

6 lines (4 loc) 102 B
import { useView } from "./useView"; export function useIsJoined() { return useView() !== null }