@tactics/lokaal-loket 0.0.262 → 0.0.263
Sign up to get free protection for your applications and to get access to all the features.
- package/build/index.cjs +204 -204
- package/build/index.d.cts +1 -0
- package/build/index.d.ts +1 -0
- package/build/index.js +107 -107
- package/package.json +1 -1
package/build/index.d.cts
CHANGED
@@ -1474,6 +1474,7 @@ interface IDirectionBasedMapBase {
|
|
1474
1474
|
interface IMap extends PropsWithChildren {
|
1475
1475
|
mapId: string;
|
1476
1476
|
defaultCenter: google.maps.LatLngLiteral;
|
1477
|
+
zoom?: number;
|
1477
1478
|
}
|
1478
1479
|
|
1479
1480
|
declare const MapLegendLabel: ({ figure, label }: IMapLegendLabel) => react_jsx_runtime.JSX.Element;
|
package/build/index.d.ts
CHANGED
@@ -1474,6 +1474,7 @@ interface IDirectionBasedMapBase {
|
|
1474
1474
|
interface IMap extends PropsWithChildren {
|
1475
1475
|
mapId: string;
|
1476
1476
|
defaultCenter: google.maps.LatLngLiteral;
|
1477
|
+
zoom?: number;
|
1477
1478
|
}
|
1478
1479
|
|
1479
1480
|
declare const MapLegendLabel: ({ figure, label }: IMapLegendLabel) => react_jsx_runtime.JSX.Element;
|