remove MouseControl in viewer.d.ts

This commit is contained in:
yushijinhun 2018-02-12 13:46:51 +08:00
parent e09af4093d
commit c988c185ee
No known key found for this signature in database
GPG Key ID: 5BC167F73EA558E4
1 changed files with 0 additions and 11 deletions

11
types/viewer.d.ts vendored
View File

@ -33,14 +33,3 @@ export class SkinViewer {
public dispose(): void;
}
export class MouseControl {
public pan: boolean;
public zoom: boolean;
public rotation: boolean;
public readonly skinViewer: SkinViewer;
constructor(skinViewer: SkinViewer);
public dispose(): void;
}