@types/react-image-magnifiers
Advanced tools
Comparing version 1.3.2 to 1.3.3
@@ -6,6 +6,6 @@ // Type definitions for react-image-magnifiers 1.3 | ||
import * as React from 'react'; | ||
import * as React from "react"; | ||
export type MouseActivation = 'click' | 'doubleClick'; | ||
export type TouchActivation = 'tap' | 'doubleTap' | 'longTouch'; | ||
export type MouseActivation = "click" | "doubleClick"; | ||
export type TouchActivation = "tap" | "doubleTap" | "longTouch"; | ||
@@ -68,4 +68,4 @@ export const MOUSE_ACTIVATION: { | ||
cursorStyleActive?: string | undefined; | ||
previewHorizontalPos?: 'left' | 'right' | undefined; | ||
previewVerticalPos?: 'top' | 'bottom' | undefined; | ||
previewHorizontalPos?: "left" | "right" | undefined; | ||
previewVerticalPos?: "top" | "bottom" | undefined; | ||
previewOpacity?: number | undefined; | ||
@@ -72,0 +72,0 @@ previewOverlayBoxOpacity?: number | undefined; |
{ | ||
"name": "@types/react-image-magnifiers", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "TypeScript definitions for react-image-magnifiers", | ||
@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-image-magnifiers", | ||
}, | ||
"typesPublisherContentHash": "8e4d8d17bf771e00fd159857822198a601382150a5e10d21521437e77c7f541f", | ||
"typeScriptVersion": "3.7" | ||
"typesPublisherContentHash": "f06616c071d9006fd72e823927a56cbc867809881fdc0366ed14fc77cad57d9d", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 14 Oct 2021 10:01:31 GMT | ||
* Last updated: Wed, 27 Sep 2023 07:12:04 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -14,0 +14,0 @@ * Global values: none |