@arenarium/maps 1.0.119 → 1.0.120
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 +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -252,7 +252,7 @@ export declare class MapPopupManager {
|
|
|
252
252
|
export declare const MapDarkStyle: maplibregl.StyleSpecification;
|
|
253
253
|
export declare const MapStyleLight: maplibregl.StyleSpecification;
|
|
254
254
|
export interface MapComponent {
|
|
255
|
-
|
|
255
|
+
libre: () => Map$1;
|
|
256
256
|
manager: () => MapPopupManager;
|
|
257
257
|
}
|
|
258
258
|
export declare function mountMap(options: MapOptions): MapComponent;
|