@types/react-window-infinite-loader
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -1,8 +0,1 @@ | ||
// Type definitions for react-window-infinite-loader 1.0 | ||
// Project: https://github.com/bvaughn/react-window-infinite-loader/ | ||
// Definitions by: Nivesh Ravindran <https://github.com/Nibblesh> | ||
// fnknzzz <https://github.com/fnknzzz> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 3.5 | ||
import { Component, FC, ReactNode, Ref } from "react"; | ||
@@ -9,0 +2,0 @@ import { FixedSizeList, ListOnItemsRenderedProps, VariableSizeList } from "react-window"; |
{ | ||
"name": "@types/react-window-infinite-loader", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "TypeScript definitions for react-window-infinite-loader", | ||
@@ -10,9 +10,9 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-window-infinite-loader", | ||
"name": "Nivesh Ravindran", | ||
"url": "https://github.com/Nibblesh", | ||
"githubUsername": "Nibblesh" | ||
"githubUsername": "Nibblesh", | ||
"url": "https://github.com/Nibblesh" | ||
}, | ||
{ | ||
"name": "fnknzzz", | ||
"url": "https://github.com/fnknzzz", | ||
"githubUsername": "fnknzzz" | ||
"githubUsername": "fnknzzz", | ||
"url": "https://github.com/fnknzzz" | ||
} | ||
@@ -32,4 +32,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "b14a1068ead4c207a460c331fa695b61a2b0fa2918c8da0f168b9e3a3522c025", | ||
"typesPublisherContentHash": "5dc62e2e4e60b3d53f8fe845ad40f21e6a917412aef2dca9bb3f598ed0da5c6f", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,9 +11,2 @@ # Installation | ||
````ts | ||
// Type definitions for react-window-infinite-loader 1.0 | ||
// Project: https://github.com/bvaughn/react-window-infinite-loader/ | ||
// Definitions by: Nivesh Ravindran <https://github.com/Nibblesh> | ||
// fnknzzz <https://github.com/fnknzzz> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 3.5 | ||
import { Component, FC, ReactNode, Ref } from "react"; | ||
@@ -42,7 +35,6 @@ import { FixedSizeList, ListOnItemsRenderedProps, VariableSizeList } from "react-window"; | ||
### Additional Details | ||
* Last updated: Wed, 27 Sep 2023 07:12:04 GMT | ||
* Last updated: Wed, 18 Oct 2023 11:45:06 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react), [@types/react-window](https://npmjs.com/package/@types/react-window) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by [Nivesh Ravindran](https://github.com/Nibblesh), and [fnknzzz](https://github.com/fnknzzz). |
4551
15
39