@tactics/lokaal-loket 0.0.503 → 0.0.505

Sign up to get free protection for your applications and to get access to all the features.
package/build/index.d.cts CHANGED
@@ -1927,6 +1927,8 @@ interface IStaticMap {
1927
1927
  debugMode?: boolean;
1928
1928
  cluster: Cluster;
1929
1929
  areaOffset?: number;
1930
+ thresholdBounds?: google.maps.LatLngBounds;
1931
+ isInitialized?: boolean;
1930
1932
  }
1931
1933
  interface StaticMapHandle {
1932
1934
  focusPoint: (point: IMapPoint, overlay?: React__default.ReactElement) => void;
package/build/index.d.ts CHANGED
@@ -1927,6 +1927,8 @@ interface IStaticMap {
1927
1927
  debugMode?: boolean;
1928
1928
  cluster: Cluster;
1929
1929
  areaOffset?: number;
1930
+ thresholdBounds?: google.maps.LatLngBounds;
1931
+ isInitialized?: boolean;
1930
1932
  }
1931
1933
  interface StaticMapHandle {
1932
1934
  focusPoint: (point: IMapPoint, overlay?: React__default.ReactElement) => void;