UNPKG

r3f-managed-glb

Version:

Wrapper around the gbl/gltf loader that allows handling and customizing only selected nodes in JSX instead of generating the full JSX file.

5 lines (4 loc) 275 B
import { default as React } from 'react'; import { ManagedGLBProps } from './types'; import * as THREE from 'three'; export declare const ManagedGLB: React.ForwardRefExoticComponent<Omit<ManagedGLBProps, "ref"> & React.RefAttributes<THREE.Object3D<THREE.Object3DEventMap>>>;