react-toastify
Advanced tools
Comparing version 6.0.3 to 6.0.4
export declare type TypeOptions = 'info' | 'success' | 'warning' | 'error' | 'default'; | ||
export declare type Positons = 'top-left' | 'top-right' | 'top-center' | 'bottom-left' | 'bottom-right' | 'bottom-center'; | ||
export declare const POSITION: { | ||
TOP_LEFT: string; | ||
TOP_RIGHT: string; | ||
TOP_CENTER: string; | ||
BOTTOM_LEFT: string; | ||
BOTTOM_RIGHT: string; | ||
BOTTOM_CENTER: string; | ||
readonly TOP_LEFT: "top-left"; | ||
readonly TOP_RIGHT: "top-right"; | ||
readonly TOP_CENTER: "top-center"; | ||
readonly BOTTOM_LEFT: "bottom-left"; | ||
readonly BOTTOM_RIGHT: "bottom-right"; | ||
readonly BOTTOM_CENTER: "bottom-center"; | ||
}; | ||
@@ -11,0 +11,0 @@ export declare const TYPE: { |
{ | ||
"version": "6.0.3", | ||
"version": "6.0.4", | ||
"license": "MIT", | ||
@@ -4,0 +4,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
368344