UNPKG

@playcanvas/react

Version:

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

7 lines (6 loc) 223 B
import { GltfContextValue } from './types.ts'; /** * Context for Gltf * Provides access to the hierarchy cache and rule registration */ export declare const GltfContext: import("react").Context<GltfContextValue | null>;