mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-30 10:35:22 +08:00
Merge pull request #25734 from muddytummy/three
Add missing dispose() method type.
This commit is contained in:
2
types/three/three-trackballcontrols.d.ts
vendored
2
types/three/three-trackballcontrols.d.ts
vendored
@@ -31,6 +31,8 @@ export class TrackballControls extends EventDispatcher {
|
||||
|
||||
reset(): void;
|
||||
|
||||
dispose(): void;
|
||||
|
||||
checkDistances(): void;
|
||||
|
||||
zoomCamera(): void;
|
||||
|
||||
Reference in New Issue
Block a user