UNPKG

@react-three/xr

Version:

VR/AR for react-three-fiber

6 lines (5 loc) 277 B
import { createContext } from 'react'; export const xrContext = createContext(undefined); export const xrInputSourceStateContext = createContext(undefined); export const xrSpaceContext = createContext(undefined); export const combinedPointerContext = createContext(undefined);