@arenarium/maps 1.0.83 → 1.0.84
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 +2 -0
- package/dist/index.js +8 -8
- package/package.json +2 -2
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
|
+
maplibreglMap: () => maplibregl$1.Map;
|
|
546
548
|
getCenter: () => MapCoordinate;
|
|
547
549
|
getZoom: () => number;
|
|
548
550
|
getBounds: () => MapBounds;
|