@types/react-leaflet
Advanced tools
Comparing version 1.9.2 to 1.9.3
@@ -278,3 +278,3 @@ // Type definitions for react-leaflet 1.9 | ||
export interface PathProps extends PathEvents, Leaflet.PathOptions, MapLayerProps { } | ||
export abstract class Path<P extends PathProps, E> extends MapLayer<P, E> { | ||
export abstract class Path<P extends PathProps, E extends Leaflet.Class = Leaflet.Class> extends MapLayer<P, E> { | ||
getChildContext(): { popupContainer: E }; | ||
@@ -281,0 +281,0 @@ getPathOptions(props: P): Leaflet.PathOptions; |
{ | ||
"name": "@types/react-leaflet", | ||
"version": "1.9.2", | ||
"version": "1.9.3", | ||
"description": "TypeScript definitions for react-leaflet", | ||
@@ -41,4 +41,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-leaflet", | ||
}, | ||
"typesPublisherContentHash": "6aeadd0879f296a855fd479d0d5b3a52861dabc5c10e9b908ac4f4ecb8443b46", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "66f16209a3ce817d6e967f5873ed9e59b3d3fe4aaa53e1bea1ab44debf10fc4e", | ||
"typeScriptVersion": "3.9" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 07 Jul 2021 17:33:47 GMT | ||
* Last updated: Tue, 29 Mar 2022 20:31:58 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 |
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
20763