@arenarium/maps 1.0.83 → 1.0.85

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
@@ -1,5 +1,6 @@
1
1
  // Generated by dts-bundle-generator v9.5.1
2
2
 
3
+ import maplibregl$1 from 'maplibre-gl';
3
4
  import { z } from 'zod';
4
5
 
5
6
  declare const mapCoordinateSchema: z.ZodObject<{
@@ -543,6 +544,7 @@ export declare namespace MapComponent {
543
544
  type MapPopupContentCallback = (id: string) => Promise<HTMLElement>;
544
545
  }
545
546
  export interface MapComponent {
547
+ maplibre: () => maplibregl$1.Map;
546
548
  getCenter: () => MapCoordinate;
547
549
  getZoom: () => number;
548
550
  getBounds: () => MapBounds;