@types/react-alert
Advanced tools
Comparing version 7.0.1 to 7.0.2
@@ -119,4 +119,10 @@ // Type definitions for react-alert 7.0 | ||
export interface AlertProviderProps extends AlertOptions { | ||
children?: ReactNode; | ||
/** | ||
* Explicit children for future @types/react. | ||
* | ||
* See: https://github.com/DefinitelyTyped/DefinitelyTyped/pull/59306. | ||
*/ | ||
children?: ReactNode | undefined; | ||
/** | ||
* The alert template to be used. | ||
@@ -123,0 +129,0 @@ */ |
{ | ||
"name": "@types/react-alert", | ||
"version": "7.0.1", | ||
"version": "7.0.2", | ||
"description": "TypeScript definitions for react-alert", | ||
@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-alert", | ||
}, | ||
"typesPublisherContentHash": "b19dce57f0224d2e782e57499aa77e8fa83c50848b65fc47e70f2fef42b80943", | ||
"typesPublisherContentHash": "3ef104ab70e4289b90f6e84de39cdeff4041815041ff359bf8ff3af5d01482d7", | ||
"typeScriptVersion": "3.9" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Sat, 19 Mar 2022 05:01:44 GMT | ||
* Last updated: Sat, 19 Mar 2022 17:31:43 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
6727
141