@tactics/lokaal-loket 0.0.460 → 0.0.461

Sign up to get free protection for your applications and to get access to all the features.
package/build/index.d.cts CHANGED
@@ -1842,6 +1842,7 @@ interface IStaticMap {
1842
1842
  controls?: IMapControl[];
1843
1843
  debugMode?: boolean;
1844
1844
  cluster: Cluster;
1845
+ areaOffset?: number;
1845
1846
  }
1846
1847
  interface StaticMapHandle {
1847
1848
  focusPoint: (point: IMapPoint, overlay?: React__default.ReactElement) => void;
package/build/index.d.ts CHANGED
@@ -1842,6 +1842,7 @@ interface IStaticMap {
1842
1842
  controls?: IMapControl[];
1843
1843
  debugMode?: boolean;
1844
1844
  cluster: Cluster;
1845
+ areaOffset?: number;
1845
1846
  }
1846
1847
  interface StaticMapHandle {
1847
1848
  focusPoint: (point: IMapPoint, overlay?: React__default.ReactElement) => void;