@types/react-toast-notifications
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -17,3 +17,3 @@ // Type definitions for react-toast-notifications 2.0 | ||
appearance: AppearanceTypes; | ||
autoDismiss: boolean | number; | ||
autoDismiss: boolean | number; // inherited from ToastProvider | ||
autoDismissTimeout: number; // inherited from ToastProvider | ||
@@ -51,2 +51,3 @@ children: ReactNode; | ||
export interface ToastProviderProps { | ||
autoDismiss?: boolean | number; | ||
autoDismissTimeout?: number; | ||
@@ -53,0 +54,0 @@ children: ReactNode; |
{ | ||
"name": "@types/react-toast-notifications", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "TypeScript definitions for react-toast-notifications", | ||
@@ -24,4 +24,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "36b665f51d21419c6cc99cfec3de7759374667123403f425bc67156b212540ce", | ||
"typesPublisherContentHash": "13c045ad0ba33703df007987cb13777e8777a7eaddbd6a5eb0202aebea9cc958", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -8,10 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-toast-notifications | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-toast-notifications. | ||
Additional Details | ||
* Last updated: Thu, 07 Nov 2019 19:27:31 GMT | ||
* Dependencies: @types/react | ||
### Additional Details | ||
* Last updated: Mon, 23 Dec 2019 20:03:11 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Spencer Elliott <https://github.com/elliottsj>. | ||
These definitions were written by Spencer Elliott (https://github.com/elliottsj). |
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
5270
72