UNPKG

@playcanvas/react

Version:

A React renderer for PlayCanvas – build interactive 3D applications using React's declarative paradigm.

8 lines 228 B
"use client"; import { createContext } from 'react'; /** * Context for Gltf * Provides access to the hierarchy cache and rule registration */ export const GltfContext = createContext(null); //# sourceMappingURL=context.js.map