@types/react-dnd-multi-backend
Advanced tools
Comparing version 6.0.2 to 6.0.3
@@ -1,1 +0,1 @@ | ||
export { default } from '../HTML5toTouch'; | ||
export { default } from "../HTML5toTouch"; |
@@ -1,1 +0,1 @@ | ||
export { default } from '../HTML5toTouch'; | ||
export { default } from "../HTML5toTouch"; |
@@ -1,2 +0,2 @@ | ||
import { Backends } from '../'; | ||
import { Backends } from "../"; | ||
@@ -3,0 +3,0 @@ /** |
@@ -9,4 +9,4 @@ // Type definitions for react-dnd-multi-backend 6.0 | ||
import { BackendFactory } from "dnd-core"; | ||
import { CSSProperties, FC, PureComponent, ReactNode } from "react"; | ||
import { BackendFactory } from "dnd-core"; | ||
@@ -129,3 +129,3 @@ /** | ||
*/ | ||
export const MouseTransition: Transition; | ||
export const MouseTransition: Transition; | ||
/** | ||
@@ -132,0 +132,0 @@ * Pre-existing/default react-dnd-touch-backend transition available to use. |
{ | ||
"name": "@types/react-dnd-multi-backend", | ||
"version": "6.0.2", | ||
"version": "6.0.3", | ||
"description": "TypeScript definitions for react-dnd-multi-backend", | ||
@@ -37,4 +37,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dnd-multi-backend", | ||
}, | ||
"typesPublisherContentHash": "9f8ee6d5a31c860eaeb9aba75b4a0b1d26bc89795f206638dfc6b9f3591d1a6f", | ||
"typeScriptVersion": "4.0" | ||
"typesPublisherContentHash": "167b1f351442755e1ce230fe3089385bd882e4bcc2b06549c8633d53cc336491", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,4 +11,4 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 23 Jun 2022 23:31:47 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react), [@types/dnd-core](https://npmjs.com/package/@types/dnd-core) | ||
* Last updated: Wed, 27 Sep 2023 07:12:04 GMT | ||
* Dependencies: [@types/dnd-core](https://npmjs.com/package/@types/dnd-core), [@types/react](https://npmjs.com/package/@types/react) | ||
* Global values: none | ||
@@ -15,0 +15,0 @@ |
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
8883