@tactics/lokaal-loket 0.0.191 → 0.0.194

Sign up to get free protection for your applications and to get access to all the features.
package/build/index.d.cts CHANGED
@@ -1211,8 +1211,8 @@ interface IDirectionBasedMapBase {
1211
1211
  points?: IPoints;
1212
1212
  showLoader: boolean;
1213
1213
  loader?: React$1.ReactNode;
1214
- origin: IOrigin;
1215
- destination: IDestination;
1214
+ origin?: IOrigin;
1215
+ destination?: IDestination;
1216
1216
  deviation: number;
1217
1217
  travelMode: google.maps.TravelMode | "BestFit";
1218
1218
  travelModeLabels: TravelModeLabels;
package/build/index.d.ts CHANGED
@@ -1211,8 +1211,8 @@ interface IDirectionBasedMapBase {
1211
1211
  points?: IPoints;
1212
1212
  showLoader: boolean;
1213
1213
  loader?: React$1.ReactNode;
1214
- origin: IOrigin;
1215
- destination: IDestination;
1214
+ origin?: IOrigin;
1215
+ destination?: IDestination;
1216
1216
  deviation: number;
1217
1217
  travelMode: google.maps.TravelMode | "BestFit";
1218
1218
  travelModeLabels: TravelModeLabels;