@types/react-virtualized
Advanced tools
Comparing version 9.21.5 to 9.21.6
@@ -232,3 +232,3 @@ import { Validator, ReactNode, Requireable, PureComponent, Component } from 'react'; | ||
/** Optional renderer to be used in place of table body rows when rowCount is 0 */ | ||
noRowsRenderer?: () => void; | ||
noRowsRenderer?: () => JSX.Element | null; | ||
/** | ||
@@ -235,0 +235,0 @@ * Optional callback when a column's header is clicked. |
{ | ||
"name": "@types/react-virtualized", | ||
"version": "9.21.5", | ||
"version": "9.21.6", | ||
"description": "TypeScript definitions for react-virtualized", | ||
@@ -54,3 +54,3 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
@@ -66,4 +66,4 @@ "type": "git", | ||
}, | ||
"typesPublisherContentHash": "8a2cd96cd0a17535b0a9abbe0ef4d0bb07a6043424837298106f63ee23fe716e", | ||
"typesPublisherContentHash": "a1239b844a25cdef4b85e55a14e029c7f3ce87cbb28458a7db935da87081d6fe", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -8,10 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-virtualized | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-virtualized. | ||
Additional Details | ||
* Last updated: Tue, 22 Oct 2019 20:42:52 GMT | ||
* Dependencies: @types/react, @types/prop-types | ||
### Additional Details | ||
* Last updated: Wed, 04 Dec 2019 23:31:18 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react), [@types/prop-types](https://npmjs.com/package/@types/prop-types) | ||
* 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>, Steve Zhang <https://github.com/Stevearzh>, Maciej Goszczycki <https://github.com/mgoszcz2>, Brandon Hall <https://github.com/brandonhall>, Sebastian Busch <https://github.com/sbusch>, and Adam Zmenak <https://github.com/azmenak>. | ||
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), Steve Zhang (https://github.com/Stevearzh), Maciej Goszczycki (https://github.com/mgoszcz2), Brandon Hall (https://github.com/brandonhall), Sebastian Busch (https://github.com/sbusch), and Adam Zmenak (https://github.com/azmenak). |
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
75752