Skip to content

Commit

Permalink
Export just CameraControl from package
Browse files Browse the repository at this point in the history
  • Loading branch information
xeolabs committed Jul 29, 2024
1 parent a43d459 commit 465afef
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions packages/cameracontrol/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,2 @@
export * from './CameraControl';
export * from './CameraUpdater';
export * from './KeyboardAxisViewHandler';
export * from './KeyboardPanRotateDollyHandler';
export * from './keycodes';
export * from './MouseMiscHandler';
export * from './MousePanRotateDollyHandler';
export * from './MousePickHandler';
export * from './PanController';
export * from './PickController';
export * from './PivotController';
export * from './TouchPanRotateAndDollyHandler';
export * from './TouchPickHandler';

0 comments on commit 465afef

Please sign in to comment.