react-zoom-pan-pinch
Advanced tools
Comparing version 3.0.7 to 3.0.8
@@ -267,2 +267,3 @@ import React from 'react'; | ||
height?: number; | ||
borderColor?: string; | ||
} & React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>; | ||
@@ -269,0 +270,0 @@ declare const MiniMap: React.FC<MiniMapProps>; |
@@ -6,3 +6,4 @@ import React from "react"; | ||
height?: number; | ||
borderColor?: string; | ||
} & React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>; | ||
export declare const MiniMap: React.FC<MiniMapProps>; |
{ | ||
"name": "react-zoom-pan-pinch", | ||
"version": "3.0.7", | ||
"version": "3.0.8", | ||
"description": "Zoom and pan html elements in easy way", | ||
@@ -5,0 +5,0 @@ "author": "prc5", |
@@ -17,2 +17,3 @@ { | ||
"suppressImplicitAnyIndexErrors": true, | ||
"ignoreDeprecations": "5.0", | ||
"noUnusedLocals": true, | ||
@@ -19,0 +20,0 @@ "noUnusedParameters": true, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
3390482
9720