@types/react-json-to-csv
Advanced tools
Comparing version 1.2.3 to 1.2.4
@@ -10,4 +10,4 @@ import * as React from "react"; | ||
declare function CsvDownload(props: CsvDownloadProps): JSX.Element; | ||
declare function CsvDownload(props: CsvDownloadProps): React.JSX.Element; | ||
export default CsvDownload; |
{ | ||
"name": "@types/react-json-to-csv", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "TypeScript definitions for react-json-to-csv", | ||
@@ -30,4 +30,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-json-to-csv", | ||
}, | ||
"typesPublisherContentHash": "8cdb6ccce5647978141811ca15c26895b311ea23b8ac2619bc364d5189e50c65", | ||
"typeScriptVersion": "4.5" | ||
"typesPublisherContentHash": "7b87210e97ce7afe42213a0e67b27a357424f13bd70ecd23a659f1cabd4075e5", | ||
"typeScriptVersion": "4.6" | ||
} |
@@ -20,3 +20,3 @@ # Installation | ||
declare function CsvDownload(props: CsvDownloadProps): JSX.Element; | ||
declare function CsvDownload(props: CsvDownloadProps): React.JSX.Element; | ||
@@ -28,3 +28,3 @@ export default CsvDownload; | ||
### Additional Details | ||
* Last updated: Tue, 07 Nov 2023 09:09:39 GMT | ||
* Last updated: Wed, 06 Dec 2023 07:07:09 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -31,0 +31,0 @@ |
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
3599