@types/react-infinite-scroller
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -5,3 +5,3 @@ // Type definitions for react-infinite-scroller 1.0.12 | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.1 | ||
// TypeScript Version: 2.3 | ||
@@ -65,3 +65,3 @@ declare module 'react-infinite-scroller' { | ||
export default class InfiniteScroll extends React.Component<InfiniteScrollProps, any> { } | ||
export default class InfiniteScroll extends React.Component<InfiniteScrollProps> { } | ||
} |
{ | ||
"name": "@types/react-infinite-scroller", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "TypeScript definitions for react-infinite-scroller", | ||
@@ -22,4 +22,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "b1fc0f3d896b0b58651ea2533382f61f910973bfecdfc44dc47f4bae2fb4f98c", | ||
"typeScriptVersion": "2.1" | ||
"typesPublisherContentHash": "1794edd4baef60e8dbd1e129d255d93c37219b5536d734d581b8cd261dbc9d53", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 02 Jun 2017 14:56:33 GMT | ||
* Last updated: Fri, 23 Jun 2017 17:35:55 GMT | ||
* Dependencies: react | ||
@@ -14,0 +14,0 @@ * Global values: none |
Sorry, the diff of this file is not supported yet
4561