@tactics/lokaal-loket 0.0.504 → 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
@@ -1928,6 +1928,7 @@ interface IStaticMap {
1928
1928
  cluster: Cluster;
1929
1929
  areaOffset?: number;
1930
1930
  thresholdBounds?: google.maps.LatLngBounds;
1931
+ isInitialized?: boolean;
1931
1932
  }
1932
1933
  interface StaticMapHandle {
1933
1934
  focusPoint: (point: IMapPoint, overlay?: React__default.ReactElement) => void;
package/build/index.d.ts CHANGED
@@ -1928,6 +1928,7 @@ interface IStaticMap {
1928
1928
  cluster: Cluster;
1929
1929
  areaOffset?: number;
1930
1930
  thresholdBounds?: google.maps.LatLngBounds;
1931
+ isInitialized?: boolean;
1931
1932
  }
1932
1933
  interface StaticMapHandle {
1933
1934
  focusPoint: (point: IMapPoint, overlay?: React__default.ReactElement) => void;