@types/react-custom-scrollbars
Advanced tools
Comparing version 4.0.3 to 4.0.4
@@ -47,4 +47,4 @@ // Type definitions for react-custom-scrollbars 4.0 | ||
autoHeight?: boolean; | ||
autoHeightMin?: number; | ||
autoHeightMax?: number; | ||
autoHeightMin?: number | string; | ||
autoHeightMax?: number | string; | ||
} | ||
@@ -51,0 +51,0 @@ |
{ | ||
"name": "@types/react-custom-scrollbars", | ||
"version": "4.0.3", | ||
"version": "4.0.4", | ||
"description": "TypeScript definitions for react-custom-scrollbars", | ||
@@ -21,3 +21,3 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
@@ -28,4 +28,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "07e87d87102f43966d492c8d51d76c2b122cfd4e626e8912fb99640385db7a75", | ||
"typesPublisherContentHash": "acefdf0e9040c829f93a3ad47b61824544f6853d7d3fa756e4780a2b858606d1", | ||
"typeScriptVersion": "2.6" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-custom-scrollbars | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-custom-scrollbars | ||
Additional Details | ||
* Last updated: Thu, 01 Mar 2018 23:17:45 GMT | ||
* Last updated: Fri, 29 Jun 2018 03:18:45 GMT | ||
* Dependencies: react | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
4829