@arenarium/maps 1.0.122 → 1.0.123

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
@@ -257,6 +257,10 @@ export declare function mountMap(options: MapOptions): {
257
257
  unmount: () => Promise<void>;
258
258
  };
259
259
 
260
+ export {
261
+ MapLibre,
262
+ };
263
+
260
264
  export as namespace arenarium;
261
265
 
262
266
  export {};