@tactics/lokaal-loket 0.0.271 → 0.0.273
Sign up to get free protection for your applications and to get access to all the features.
- package/build/index.cjs +657 -657
- package/build/index.d.cts +1 -0
- package/build/index.d.ts +1 -0
- package/build/index.js +545 -545
- package/package.json +1 -1
package/build/index.d.cts
CHANGED
@@ -1457,6 +1457,7 @@ interface ILocationBasedMap {
|
|
1457
1457
|
showLoader: boolean;
|
1458
1458
|
loader?: React$1.ReactNode;
|
1459
1459
|
origin: IOrigin;
|
1460
|
+
radius: number;
|
1460
1461
|
legend?: React$1.ReactElement<IMapLegendItem>[];
|
1461
1462
|
legendToggle?: React$1.ReactElement<IMapLegendLabel>;
|
1462
1463
|
onAreaChange?: (origin: google.maps.LatLng, center: google.maps.LatLng, bounds: google.maps.LatLngBounds, radius: number, zoomLevel: number) => void;
|
package/build/index.d.ts
CHANGED
@@ -1457,6 +1457,7 @@ interface ILocationBasedMap {
|
|
1457
1457
|
showLoader: boolean;
|
1458
1458
|
loader?: React$1.ReactNode;
|
1459
1459
|
origin: IOrigin;
|
1460
|
+
radius: number;
|
1460
1461
|
legend?: React$1.ReactElement<IMapLegendItem>[];
|
1461
1462
|
legendToggle?: React$1.ReactElement<IMapLegendLabel>;
|
1462
1463
|
onAreaChange?: (origin: google.maps.LatLng, center: google.maps.LatLng, bounds: google.maps.LatLngBounds, radius: number, zoomLevel: number) => void;
|