@types/react-inner-image-zoom
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -6,9 +6,9 @@ // Type definitions for react-inner-image-zoom 3.0 | ||
import * as React from 'react'; | ||
import * as React from "react"; | ||
export interface InnerImageZoomProps { | ||
moveType?: 'pan' | 'drag' | undefined; | ||
zoomType?: 'click' | 'hover' | undefined; | ||
moveType?: "pan" | "drag" | undefined; | ||
zoomType?: "click" | "hover" | undefined; | ||
src: string; | ||
sources?: Array<{ srcSet?: string | undefined, media?: string | undefined }> | undefined; | ||
sources?: Array<{ srcSet?: string | undefined; media?: string | undefined }> | undefined; | ||
width?: number | undefined; | ||
@@ -15,0 +15,0 @@ height?: number | undefined; |
{ | ||
"name": "@types/react-inner-image-zoom", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "TypeScript definitions for react-inner-image-zoom", | ||
@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-inner-image-zoom", | ||
}, | ||
"typesPublisherContentHash": "9fe591503cc120de426e820d9c55a8921fa7fc8363de4aa0bdb94f6e6e485978", | ||
"typeScriptVersion": "3.9" | ||
"typesPublisherContentHash": "a22ee3efea73cdf4b32e7d430d09e4dd213b553ac007018875ce47cb6f81a282", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -16,9 +16,9 @@ # Installation | ||
import * as React from 'react'; | ||
import * as React from "react"; | ||
export interface InnerImageZoomProps { | ||
moveType?: 'pan' | 'drag' | undefined; | ||
zoomType?: 'click' | 'hover' | undefined; | ||
moveType?: "pan" | "drag" | undefined; | ||
zoomType?: "click" | "hover" | undefined; | ||
src: string; | ||
sources?: Array<{ srcSet?: string | undefined, media?: string | undefined }> | undefined; | ||
sources?: Array<{ srcSet?: string | undefined; media?: string | undefined }> | undefined; | ||
width?: number | undefined; | ||
@@ -47,3 +47,3 @@ height?: number | undefined; | ||
### Additional Details | ||
* Last updated: Tue, 01 Mar 2022 23:31:49 GMT | ||
* Last updated: Wed, 27 Sep 2023 07:12:04 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -50,0 +50,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