@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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
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(
|
|
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;
|