searchsmartly-ui 1.0.18 → 1.0.19

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
@@ -628,6 +628,7 @@ type PolygonType = {
628
628
  polygonStyles: Record<string, FillPaint | LinePaint>;
629
629
  county: MapboxGeoJSONFeature | null;
630
630
  isochrones: MapProps['isochrones'];
631
+ hasPins?: boolean;
631
632
  };
632
633
  declare const Polygon: FC<PolygonType>;
633
634