Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0db0b1e

Browse files
committedJan 2, 2025
feat(soba): remove ngtspivotcontrols export from controls entry point
BREAKING CHANGE: use `NgtsPivotControls` from `gizmos` entry point
1 parent 9e7ae5a commit 0db0b1e

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed
 

‎libs/soba/controls/src/index.ts

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,3 @@
11
export * from './lib/camera-controls';
22
export * from './lib/orbit-controls';
33
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

Comments
 (0)
Please sign in to comment.