@types/reactour
Advanced tools
Comparing version 1.13.1 to 1.13.2
@@ -36,3 +36,3 @@ // Type definitions for reactour 1.13 | ||
*/ | ||
position?: ReactourStepPosition; | ||
position?: ReactourStepPosition | [number, number]; | ||
@@ -39,0 +39,0 @@ /** |
{ | ||
"name": "@types/reactour", | ||
"version": "1.13.1", | ||
"version": "1.13.2", | ||
"description": "TypeScript definitions for reactour", | ||
@@ -14,3 +14,3 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
@@ -25,4 +25,4 @@ "type": "git", | ||
}, | ||
"typesPublisherContentHash": "f9e97c4f19a45650fc56ebb1c97a2a21572a485a41881d3e7bca1be25fd43d71", | ||
"typesPublisherContentHash": "199044283f04221396c58f54909b54da8d0d076fbf543ce71071384d8f8e5646", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -8,10 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/reactour | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/reactour. | ||
Additional Details | ||
* Last updated: Mon, 12 Aug 2019 17:24:11 GMT | ||
* Dependencies: @types/react | ||
### Additional Details | ||
* Last updated: Sun, 26 Apr 2020 16:49:54 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Paweł Dąbrowski <https://github.com/paolostyle>. | ||
These definitions were written by [Paweł Dąbrowski](https://github.com/paolostyle). |
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
9797