enwawa-ui 4.1.36 → 4.1.38

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/lib/index.d.ts CHANGED
@@ -5222,6 +5222,7 @@ export interface OrGoogleMapsProps extends GoogleMapProps {
5222
5222
  latitude: number;
5223
5223
  longitude: number;
5224
5224
  }[];
5225
+ dashed?: boolean;
5225
5226
  }[];
5226
5227
  }
5227
5228
  export const OrGoogleMaps: React.FC<OrGoogleMapsProps>;