Skip to content

Commit

Permalink
fix: omit unnecessary types from CameraControlsProps (#1772)
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-hobin authored Jan 30, 2024
1 parent d1a5f7a commit 09c7904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/CameraControls.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export type CameraControlsProps = Omit<
regress?: boolean
}
>,
'ref'
'ref' | keyof EventDispatcher
>

export const CameraControls: ForwardRefComponent<CameraControlsProps, CameraControlsImpl> = /* @__PURE__ */ forwardRef<
Expand Down

0 comments on commit 09c7904

Please sign in to comment.