Initial project import
This commit is contained in:
7
node_modules/@react-three/drei/web/pivotControls/AxisRotator.d.ts
generated
vendored
Normal file
7
node_modules/@react-three/drei/web/pivotControls/AxisRotator.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import * as React from 'react';
|
||||
import * as THREE from 'three';
|
||||
export declare const AxisRotator: React.FC<{
|
||||
dir1: THREE.Vector3;
|
||||
dir2: THREE.Vector3;
|
||||
axis: 0 | 1 | 2;
|
||||
}>;
|
||||
Reference in New Issue
Block a user