@types/react-leaflet
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -121,3 +121,3 @@ // Type definitions for react-leaflet 1.1 | ||
export class MapComponent<P, E extends Leaflet.Class> extends React.Component<P, {}> { | ||
export class MapComponent<P, E extends Leaflet.Class> extends React.Component<P> { | ||
_leafletEvents: LeafletEvents; | ||
@@ -310,3 +310,3 @@ leafletElement: E; | ||
export type MapControlProps = Leaflet.ControlOptions; | ||
export class MapControl<P extends MapControlProps = MapControlProps, E extends Leaflet.Control = Leaflet.Control> extends React.Component<P, {}> { | ||
export class MapControl<P extends MapControlProps = MapControlProps, E extends Leaflet.Control = Leaflet.Control> extends React.Component<P> { | ||
leafletElement: E; | ||
@@ -339,3 +339,3 @@ createLeafletElement(props: P): E; | ||
} | ||
class ControlledLayer<P extends BaseControlledLayerProps = BaseControlledLayerProps> extends React.Component<P, {}> { | ||
class ControlledLayer<P extends BaseControlledLayerProps = BaseControlledLayerProps> extends React.Component<P> { | ||
layer?: Leaflet.Layer; | ||
@@ -342,0 +342,0 @@ getChildContext(): { layerContainer: LayerContainer }; |
{ | ||
"name": "@types/react-leaflet", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "TypeScript definitions for react-leaflet", | ||
@@ -31,4 +31,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "98e809799089b76e8bdb97cddad72499dadb69b8e62056227812303bef4bcc43", | ||
"typesPublisherContentHash": "133516f74cf27fc324be86339c058923b6ebc83ecd65204c7bdc04c3c89c1d6c", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 13 Jun 2017 16:56:36 GMT | ||
* Last updated: Fri, 23 Jun 2017 17:36:34 GMT | ||
* Dependencies: leaflet, 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
17690