We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e7ae5a commit 0db0b1eCopy full SHA for 0db0b1e
libs/soba/controls/src/index.ts
@@ -1,17 +1,3 @@
1
export * from './lib/camera-controls';
2
export * from './lib/orbit-controls';
3
export * from './lib/scroll-controls';
4
-
5
-import {
6
- NgtsPivotControls as GizmosPivotControls,
7
- NgtsPivotControlsOptions as GizmosPivotControlsOptions,
8
-} from 'angular-three-soba/gizmos';
9
10
-/**
11
- * @deprecated Use `NgtsPivotControls` from `angular-three-soba/gizmos` instead.
12
- */
13
-export const NgtsPivotControls = GizmosPivotControls;
14
15
- * @deprecated Use `NgtsPivotControlsOptions` from `angular-three-soba/gizmos` instead.
16
17
-export type NgtsPivotControlsOptions = GizmosPivotControlsOptions;
0 commit comments