@types/react-alert
Advanced tools
Comparing version 2.4.6 to 2.4.7
@@ -7,3 +7,3 @@ // Type definitions for react-alert 2.4 | ||
import { ReactElement, Component, ReactNode } from 'react'; | ||
import { Component, ReactElement, ReactNode } from "react"; | ||
@@ -23,3 +23,3 @@ export interface AlertContainerProps { | ||
*/ | ||
position?: 'bottom left' | 'bottom right' | 'top left' | 'top right' | undefined; | ||
position?: "bottom left" | "bottom right" | "top left" | "top right" | undefined; | ||
@@ -31,3 +31,3 @@ /** | ||
*/ | ||
theme?: 'dark' | 'light' | undefined; | ||
theme?: "dark" | "light" | undefined; | ||
@@ -46,3 +46,3 @@ /** | ||
*/ | ||
transition?: 'scale' | 'fade' | undefined; | ||
transition?: "scale" | "fade" | undefined; | ||
} | ||
@@ -56,3 +56,3 @@ | ||
*/ | ||
type?: 'info' | 'success' | 'error' | undefined; | ||
type?: "info" | "success" | "error" | undefined; | ||
@@ -59,0 +59,0 @@ /** |
{ | ||
"name": "@types/react-alert", | ||
"version": "2.4.6", | ||
"version": "2.4.7", | ||
"description": "TypeScript definitions for react-alert", | ||
@@ -30,4 +30,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-alert", | ||
}, | ||
"typesPublisherContentHash": "05dfa189852da4a0027a27881bef1c84c2cdf6ad62ed83e3d72e84459038efb9", | ||
"typeScriptVersion": "3.9" | ||
"typesPublisherContentHash": "8ca324bcd181e4aac5c5a5333f508bdffd4a09b7cfcdcaa6767a5da0648f136b", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Sat, 19 Mar 2022 17:31:43 GMT | ||
* Last updated: Wed, 27 Sep 2023 07:12:04 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