searchsmartly-ui 0.0.141 → 0.0.142

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
@@ -510,6 +510,7 @@ type MapProps = {
510
510
  tagIndex: number | null;
511
511
  height?: number | string | number[];
512
512
  filters?: Record<string, unknown>;
513
+ children?: ReactNode;
513
514
  pins: Record<string, unknown>[];
514
515
  popup?: {
515
516
  longitude: number;