@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.cjs +494 -494
- package/build/index.d.cts +2 -0
- package/build/index.d.ts +2 -0
- package/build/index.js +494 -494
- package/package.json +1 -1
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;
|