react-toastify
Advanced tools
Comparing version 6.0.1 to 6.0.2
import React from 'react'; | ||
import { ToastProps } from 'types'; | ||
import { ToastProps } from '../types'; | ||
declare type ToastPositionerProps = Pick<ToastProps, 'className' | 'style' | 'in'>; | ||
export declare const ToastPositioner: React.FC<ToastPositionerProps>; | ||
export {}; |
@@ -1,2 +0,2 @@ | ||
import { Id } from 'types'; | ||
import { Id } from '../types'; | ||
export declare type State = Array<Id>; | ||
@@ -3,0 +3,0 @@ export declare type Action = { |
/// <reference types="react" /> | ||
import { ToastTransitionProps } from 'types'; | ||
import { ToastTransitionProps } from '../types'; | ||
export interface CSSTransitionProps { | ||
@@ -4,0 +4,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
import { Id } from 'types'; | ||
import { Id } from '../types'; | ||
export declare function isNum(v: any): v is Number; | ||
@@ -3,0 +3,0 @@ export declare function isBool(v: any): v is Boolean; |
{ | ||
"version": "6.0.1", | ||
"version": "6.0.2", | ||
"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
368370