@openglobus/og 0.27.6 → 0.27.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -33,7 +33,7 @@ export declare class SimpleNavigation extends Control {
33
33
  protected _onMouseLeftButtonUp: (e: IMouseState) => void;
34
34
  protected _onMouseLeftButtonHold: (e: IMouseState) => void;
35
35
  protected _onRHold: (e: IMouseState) => void;
36
- protected _onRDown: (e: IMouseState) => Promise<void>;
36
+ protected _onRDown: (e: IMouseState) => void;
37
37
  protected _onMouseWheel: (e: IMouseState) => void;
38
38
  protected onCameraMoveForward: () => void;
39
39
  protected onCameraMoveBackward: () => void;