@tactics/lokaal-loket 0.0.171 → 0.0.173

Sign up to get free protection for your applications and to get access to all the features.
package/build/index.d.cts CHANGED
@@ -1162,7 +1162,7 @@ interface ILocationBasedMap {
1162
1162
  }
1163
1163
  interface IDirectionBasedMapBase {
1164
1164
  routes: IRoutes;
1165
- activeRoute: IRoute;
1165
+ activeRoute: IRoute | null;
1166
1166
  points?: IPoints;
1167
1167
  showLoader: boolean;
1168
1168
  loader?: React$1.ReactNode;
package/build/index.d.ts CHANGED
@@ -1162,7 +1162,7 @@ interface ILocationBasedMap {
1162
1162
  }
1163
1163
  interface IDirectionBasedMapBase {
1164
1164
  routes: IRoutes;
1165
- activeRoute: IRoute;
1165
+ activeRoute: IRoute | null;
1166
1166
  points?: IPoints;
1167
1167
  showLoader: boolean;
1168
1168
  loader?: React$1.ReactNode;