UNPKG
three-plugins
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
ThreeJS plugins
three-plugins
/
src
/
typings
/
dragcontrols.d.ts
6 lines
(4 loc)
•
151 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
Camera
,
Object3D
}
from
'three'
;
export
class
DragControls
{
constructor
(
objects: Object3D[], camera: Camera, domElement?: HTMLElement
); }