@types/react-leaflet
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -98,3 +98,3 @@ // Type definitions for react-leaflet 1.0 | ||
//There is no Layer class, these are the base props for all layers on the map | ||
interface LayerProps { | ||
interface LayerProps extends LeafletInteractionEvents { | ||
onadd?: (event: Leaflet.Event) => void; | ||
@@ -113,3 +113,3 @@ onremove?: (event: Leaflet.Event) => void; | ||
interface MarkerProps extends LayerProps, LeafletInteractionEvents, LeafletDraggingEvents { | ||
interface MarkerProps extends LayerProps, LeafletDraggingEvents { | ||
position: Leaflet.LatLngExpression; | ||
@@ -116,0 +116,0 @@ draggable?: boolean; |
{ | ||
"name": "@types/react-leaflet", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "TypeScript definitions for react-leaflet", | ||
@@ -19,4 +19,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "988302e99358c13cd4922a165f2db67736e8d80ce3cf04756c7e43d25e78996a", | ||
"typesPublisherContentHash": "70cafc26b59ddd07a8f80fe5d24cfe5a3aa2a205b4012d62c71acd7965bf5f2f", | ||
"typeScriptVersion": "2.1" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 13 Jan 2017 15:26:46 GMT | ||
* Last updated: Thu, 19 Jan 2017 14:46:20 GMT | ||
* Dependencies: leaflet, react, geojson | ||
@@ -14,0 +14,0 @@ * Global values: none |
@@ -28,5 +28,5 @@ { | ||
"hasPackageJson": false, | ||
"contentHash": "988302e99358c13cd4922a165f2db67736e8d80ce3cf04756c7e43d25e78996a" | ||
"contentHash": "70cafc26b59ddd07a8f80fe5d24cfe5a3aa2a205b4012d62c71acd7965bf5f2f" | ||
}, | ||
"isLatest": true | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10744