UNPKG

@threlte/extras

Version:

Utilities, abstractions and plugins for your Threlte apps

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