Skip to content

Commit 0667395

Browse files
authored
chore: exporting CameraControlsImpl class (#2444)
1 parent 58a4ea6 commit 0667395

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/core/CameraControls.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,3 +134,5 @@ export const CameraControls: ForwardRefComponent<CameraControlsProps, CameraCont
134134
})
135135

136136
export type CameraControls = CameraControlsImpl
137+
138+
export { CameraControlsImpl }

0 commit comments

Comments
 (0)