@arenarium/maps 1.0.117 → 1.0.119

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.
package/dist/index.d.ts CHANGED
@@ -255,7 +255,7 @@ export interface MapComponent {
255
255
  maplibre: () => Map$1;
256
256
  manager: () => MapPopupManager;
257
257
  }
258
- export declare function mountMap(container: string, options: MapOptions): MapComponent;
258
+ export declare function mountMap(options: MapOptions): MapComponent;
259
259
  export declare function unmountMap(map: ReturnType<typeof mountMap>): void;
260
260
 
261
261
  export as namespace arenarium;