@tactics/lokaal-loket 0.0.402 → 0.0.403
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/index.cjs +134 -134
- package/build/index.d.cts +1 -1
- package/build/index.d.ts +1 -1
- package/build/index.js +124 -124
- package/package.json +1 -1
package/build/index.d.cts
CHANGED
@@ -1922,7 +1922,7 @@ type IPosition = google.maps.LatLng | google.maps.LatLngLiteral | google.maps.La
|
|
1922
1922
|
type IBound = google.maps.LatLngBounds;
|
1923
1923
|
declare const SupportedZoomLevels: number[];
|
1924
1924
|
interface IStaticMapControl {
|
1925
|
-
position: "TOP_LEFT" | "TOP_RIGHT" | "BOTTOM_LEFT" | "BOTTOM_RIGHT";
|
1925
|
+
position: "TOP_LEFT" | "TOP_RIGHT" | "BOTTOM_LEFT" | "BOTTOM_RIGHT" | "BOTTOM_CENTER";
|
1926
1926
|
control: React__default.ReactElement;
|
1927
1927
|
}
|
1928
1928
|
interface IStaticMap {
|
package/build/index.d.ts
CHANGED
@@ -1922,7 +1922,7 @@ type IPosition = google.maps.LatLng | google.maps.LatLngLiteral | google.maps.La
|
|
1922
1922
|
type IBound = google.maps.LatLngBounds;
|
1923
1923
|
declare const SupportedZoomLevels: number[];
|
1924
1924
|
interface IStaticMapControl {
|
1925
|
-
position: "TOP_LEFT" | "TOP_RIGHT" | "BOTTOM_LEFT" | "BOTTOM_RIGHT";
|
1925
|
+
position: "TOP_LEFT" | "TOP_RIGHT" | "BOTTOM_LEFT" | "BOTTOM_RIGHT" | "BOTTOM_CENTER";
|
1926
1926
|
control: React__default.ReactElement;
|
1927
1927
|
}
|
1928
1928
|
interface IStaticMap {
|