Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 committed Aug 25, 2024
1 parent a167bc7 commit cff4825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/three/examples/jsm/controls/Controls.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Camera } from "../../../src/cameras/Camera.js";
import { EventDispatcher } from "../../../src/core/EventDispatcher.js";

declare class Controls<TEventMap> extends EventDispatcher<TEventMap> {
declare class Controls<TEventMap extends {}> extends EventDispatcher<TEventMap> {
object: Camera;
domElement: HTMLElement;

Expand Down

0 comments on commit cff4825

Please sign in to comment.