@types/react-share
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -32,3 +32,3 @@ // Type definitions for react-share 3.0 | ||
*/ | ||
beforeOnClick?: () => Promise<void>; | ||
beforeOnClick?: () => Promise<void>|void; | ||
/** | ||
@@ -35,0 +35,0 @@ * Takes a function to be called after closing share dialog. |
{ | ||
"name": "@types/react-share", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "TypeScript definitions for react-share", | ||
@@ -19,3 +19,3 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
@@ -30,4 +30,4 @@ "type": "git", | ||
}, | ||
"typesPublisherContentHash": "d646d18a5a121826eea9377b0359550f9818b697cb55234f639c2f55b3e08af1", | ||
"typesPublisherContentHash": "ffb6801b53fff1ac4bd260b7ac9d46f3739f6c82743aa634cffec34b97870108", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -8,10 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-share | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-share. | ||
Additional Details | ||
* Last updated: Fri, 27 Sep 2019 23:56:08 GMT | ||
* Dependencies: @types/react | ||
### Additional Details | ||
* Last updated: Mon, 18 Nov 2019 21:40:09 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by icopp <https://github.com/icopp>, and Maxim Zasorin <https://github.com/maximzasorin>. | ||
These definitions were written by icopp (https://github.com/icopp), and Maxim Zasorin (https://github.com/maximzasorin). |
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
12194