UNPKG

@threlte/extras

Version:

Utilities, abstractions and plugins for your Threlte apps

4 lines (3 loc) 177 B
import type { Props } from '@threlte/core'; import { OrbitControls } from 'three/examples/jsm/controls/OrbitControls.js'; export type OrbitControlsProps = Props<OrbitControls>;