@ambuj.bhaskar/react-component-library 0.32.1 → 0.32.2

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
@@ -1085,6 +1085,7 @@ export declare type MapViewProps = {
1085
1085
  defaultMapProvider: {
1086
1086
  url: string;
1087
1087
  attribution: string;
1088
+ maxZoom?: number;
1088
1089
  };
1089
1090
  };
1090
1091
  items: MapItem_2[];