@types/react-virtualized
Advanced tools
Comparing version 9.18.7 to 9.18.8
@@ -11,5 +11,4 @@ import { PureComponent, Validator, Requireable } from "react"; | ||
export type ListRowProps = GridCellProps & { | ||
index: number; | ||
style: React.CSSProperties; | ||
export type ListRowProps = Pick<GridCellProps, Exclude<keyof GridCellProps, 'rowIndex'>> & { | ||
index: GridCellProps['rowIndex']; | ||
}; | ||
@@ -16,0 +15,0 @@ |
@@ -11,2 +11,3 @@ // Type definitions for react-virtualized 9.18 | ||
// Brandon Hall <https://github.com/brandonhall> | ||
// Sebastian Busch <https://github.com/sbusch> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -13,0 +14,0 @@ // TypeScript Version: 2.8 |
{ | ||
"name": "@types/react-virtualized", | ||
"version": "9.18.7", | ||
"version": "9.18.8", | ||
"description": "TypeScript definitions for react-virtualized", | ||
@@ -46,5 +46,11 @@ "license": "MIT", | ||
"githubUsername": "brandonhall" | ||
}, | ||
{ | ||
"name": "Sebastian Busch", | ||
"url": "https://github.com/sbusch", | ||
"githubUsername": "sbusch" | ||
} | ||
], | ||
"main": "", | ||
"types": "index", | ||
"repository": { | ||
@@ -59,4 +65,4 @@ "type": "git", | ||
}, | ||
"typesPublisherContentHash": "a429bbb2a1ac092ff013dc78572b7593951ac77365175dbd4738b4fb0d1e76c4", | ||
"typesPublisherContentHash": "f3271163e0a0f923d33fb2e67ab18e87fb64a29c6db0f6680f18da13e117a6bf", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 16 Aug 2018 23:20:57 GMT | ||
* Last updated: Wed, 14 Nov 2018 22:18:05 GMT | ||
* Dependencies: react, prop-types | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Kalle Ott <https://github.com/kaoDev>, John Gunther <https://github.com/guntherjh>, Konstantin Nesterov <https://github.com/wasd171>, Szőke Szabolcs <https://github.com/szabolcsx>, Kræn Hansen <https://github.com/kraenhansen>, Steve Zhang <https://github.com/Stevearzh>, Maciej Goszczycki <https://github.com/mgoszcz2>, Brandon Hall <https://github.com/brandonhall>. | ||
These definitions were written by Kalle Ott <https://github.com/kaoDev>, John Gunther <https://github.com/guntherjh>, Konstantin Nesterov <https://github.com/wasd171>, Szőke Szabolcs <https://github.com/szabolcsx>, Kræn Hansen <https://github.com/kraenhansen>, Steve Zhang <https://github.com/Stevearzh>, Maciej Goszczycki <https://github.com/mgoszcz2>, Brandon Hall <https://github.com/brandonhall>, Sebastian Busch <https://github.com/sbusch>. |
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
76231