@types/react-dragula
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -6,3 +6,3 @@ // Type definitions for react-dragula 1.1 | ||
import { DragulaOptions, Drake } from 'dragula'; | ||
import { DragulaOptions, Drake } from "dragula"; | ||
@@ -9,0 +9,0 @@ export = reactDragula; |
{ | ||
"name": "@types/react-dragula", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "TypeScript definitions for react-dragula", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dragula", | ||
"license": "MIT", | ||
@@ -24,4 +25,4 @@ "contributors": [ | ||
}, | ||
"typesPublisherContentHash": "c45c1d5239fdbc0fa008c74ec6c9a809707164f93e75315d79a8d414f7749583", | ||
"typeScriptVersion": "3.1" | ||
"typesPublisherContentHash": "b6e13b97975c6f9c879dfae11a98875f5a3d085d79e8c0a5736839ad8361ce8b", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -9,5 +9,19 @@ # Installation | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dragula. | ||
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dragula/index.d.ts) | ||
````ts | ||
// Type definitions for react-dragula 1.1 | ||
// Project: https://github.com/bevacqua/react-dragula | ||
// Definitions by: Adriaan Marain <https://github.com/AdrianMrn> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
import { DragulaOptions, Drake } from "dragula"; | ||
export = reactDragula; | ||
declare function reactDragula(containers: HTMLElement[], options?: DragulaOptions): Drake; | ||
```` | ||
### Additional Details | ||
* Last updated: Fri, 21 Aug 2020 05:10:37 GMT | ||
* Last updated: Wed, 27 Sep 2023 07:12:04 GMT | ||
* Dependencies: [@types/dragula](https://npmjs.com/package/@types/dragula) | ||
@@ -14,0 +28,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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
3477
0
31