@types/react-leaflet
Advanced tools
Comparing version 2.5.2 to 2.8.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for react-leaflet 2.5 | ||
// Type definitions for react-leaflet 2.8 | ||
// Project: https://github.com/PaulLeCam/react-leaflet | ||
@@ -288,2 +288,4 @@ // Definitions by: Dave Leaver <https://github.com/danzel> | ||
children?: Children; | ||
preserveAspectRatio?: string; | ||
viewBox?: string; | ||
} | ||
@@ -353,2 +355,3 @@ export class SVGOverlay<P extends SVGOverlayProps = SVGOverlayProps, E extends Leaflet.SVGOverlay = Leaflet.SVGOverlay> extends MapComponent<P, E> { | ||
data: GeoJSON.GeoJsonObject | GeoJSON.GeoJsonObject[]; | ||
markersInheritOptions?: boolean; | ||
} | ||
@@ -355,0 +358,0 @@ export class GeoJSON<P extends GeoJSONProps = GeoJSONProps, E extends Leaflet.GeoJSON = Leaflet.GeoJSON> extends FeatureGroup<P, E> { |
{ | ||
"name": "@types/react-leaflet", | ||
"version": "2.5.2", | ||
"version": "2.8.0", | ||
"description": "TypeScript definitions for react-leaflet", | ||
@@ -40,4 +40,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "7699d51f0de226cdaff0f5f655bc3099c759e80273515b985de8d077fab80a7d", | ||
"typeScriptVersion": "3.0" | ||
"typesPublisherContentHash": "99af0a2abe7d2dfd019e7624e001929f8ddde4afeb4218af93f6d1aa1e5ded58", | ||
"typeScriptVersion": "3.4" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 24 Jun 2020 08:56:26 GMT | ||
* Last updated: Mon, 01 Mar 2021 22:15:47 GMT | ||
* Dependencies: [@types/leaflet](https://npmjs.com/package/@types/leaflet), [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -14,0 +14,0 @@ * Global values: none |
23262
424