@types/react-infinite-scroller
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -5,2 +5,3 @@ // Type definitions for react-infinite-scroller 1.0 | ||
// Piotr Srebniak <https://github.com/psrebniak> | ||
// Brett Miller <https://github.com/WrathZA> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -66,3 +67,5 @@ // TypeScript Version: 2.8 | ||
} | ||
class InfiniteScroll extends React.Component<InfiniteScrollProps> { } | ||
class InfiniteScroll extends React.Component<InfiniteScrollProps> { | ||
getParentElement(elem?: HTMLElement | null): HTMLElement | undefined | null; | ||
} | ||
namespace InfiniteScroll {} | ||
@@ -69,0 +72,0 @@ } |
{ | ||
"name": "@types/react-infinite-scroller", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "TypeScript definitions for react-infinite-scroller", | ||
@@ -16,2 +16,7 @@ "license": "MIT", | ||
"githubUsername": "psrebniak" | ||
}, | ||
{ | ||
"name": "Brett Miller", | ||
"url": "https://github.com/WrathZA", | ||
"githubUsername": "WrathZA" | ||
} | ||
@@ -28,4 +33,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "651123a8d279c6c9dd8a1953e8db515f0d4d06b4ef8384d8964cd6141941d6bf", | ||
"typesPublisherContentHash": "1e475bac046db180bf9fa9c8aeb088f92e66afbd84e4590dd6160dadc3b792d0", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Sat, 04 Aug 2018 00:56:32 GMT | ||
* Last updated: Mon, 08 Oct 2018 17:40:35 GMT | ||
* Dependencies: react | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Lauri Lavanti <https://github.com/Lapanti>, Piotr Srebniak <https://github.com/psrebniak>. | ||
These definitions were written by Lauri Lavanti <https://github.com/Lapanti>, Piotr Srebniak <https://github.com/psrebniak>, Brett Miller <https://github.com/WrathZA>. |
Sorry, the diff of this file is not supported yet
5287
69