searchsmartly-ui 0.0.154 → 0.0.155

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/dist/index.d.ts CHANGED
@@ -507,6 +507,8 @@ interface Segment {
507
507
  }
508
508
  type MapProps = {
509
509
  loading: boolean;
510
+ isError?: boolean;
511
+ defaultBounds?: number[][];
510
512
  addLoader?: boolean;
511
513
  isochronesTags?: boolean;
512
514
  segments?: Segment[];