@types/react-custom-scrollbars
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -6,3 +6,3 @@ // Type definitions for react-custom-scrollbars 4.0 | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.1 | ||
// TypeScript Version: 2.3 | ||
@@ -51,3 +51,3 @@ import * as React from "react"; | ||
export default class Scrollbars extends React.Component<ScrollbarProps, {}> { | ||
export default class Scrollbars extends React.Component<ScrollbarProps> { | ||
scrollTop(top: number): void; | ||
@@ -54,0 +54,0 @@ scrollLeft(left: number): void; |
{ | ||
"name": "@types/react-custom-scrollbars", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "TypeScript definitions for react-custom-scrollbars", | ||
@@ -26,4 +26,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "d81ae5aeec5571883be4ce697452595beed47791dd0c701a5a221ec883701210", | ||
"typeScriptVersion": "2.1" | ||
"typesPublisherContentHash": "533fe9bbf168bc7c6e07c8fee4609bbdb900febbede847c5d214ddd396eada90", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 04 May 2017 22:35:19 GMT | ||
* Last updated: Fri, 23 Jun 2017 17:35:05 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
4727