@tactics/lokaal-loket 0.0.503 → 0.0.504
Sign up to get free protection for your applications and to get access to all the features.
- package/build/index.cjs +471 -471
- package/build/index.d.cts +1 -0
- package/build/index.d.ts +1 -0
- package/build/index.js +471 -471
- package/package.json +1 -1
package/build/index.d.cts
CHANGED
@@ -1927,6 +1927,7 @@ interface IStaticMap {
|
|
1927
1927
|
debugMode?: boolean;
|
1928
1928
|
cluster: Cluster;
|
1929
1929
|
areaOffset?: number;
|
1930
|
+
thresholdBounds?: google.maps.LatLngBounds;
|
1930
1931
|
}
|
1931
1932
|
interface StaticMapHandle {
|
1932
1933
|
focusPoint: (point: IMapPoint, overlay?: React__default.ReactElement) => void;
|
package/build/index.d.ts
CHANGED
@@ -1927,6 +1927,7 @@ interface IStaticMap {
|
|
1927
1927
|
debugMode?: boolean;
|
1928
1928
|
cluster: Cluster;
|
1929
1929
|
areaOffset?: number;
|
1930
|
+
thresholdBounds?: google.maps.LatLngBounds;
|
1930
1931
|
}
|
1931
1932
|
interface StaticMapHandle {
|
1932
1933
|
focusPoint: (point: IMapPoint, overlay?: React__default.ReactElement) => void;
|