ol 10.6.2-dev.1760977773143 → 10.6.2-dev.1760985568257

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.
@@ -5,7 +5,7 @@ export default MapBrowserEvent;
5
5
  * See {@link module:ol/Map~Map} for which events trigger a map browser event.
6
6
  * @template {PointerEvent|KeyboardEvent|WheelEvent} [EVENT=PointerEvent|KeyboardEvent|WheelEvent]
7
7
  */
8
- declare class MapBrowserEvent<EVENT extends PointerEvent | KeyboardEvent | WheelEvent = KeyboardEvent | WheelEvent | PointerEvent> extends MapEvent {
8
+ declare class MapBrowserEvent<EVENT extends PointerEvent | KeyboardEvent | WheelEvent = PointerEvent | KeyboardEvent | WheelEvent> extends MapEvent {
9
9
  /**
10
10
  * @param {string} type Event type.
11
11
  * @param {import("./Map.js").default} map Map.