diff --git a/types/react-redux-toastr/index.d.ts b/types/react-redux-toastr/index.d.ts index 57378823b9..29570b99a2 100644 --- a/types/react-redux-toastr/index.d.ts +++ b/types/react-redux-toastr/index.d.ts @@ -18,7 +18,7 @@ export type transitionOutType = 'bounceOut' | 'bounceOutUp' | 'fadeOut'; interface BasicToastrOptions { attention?: boolean; className?: string; - component?: Component; + component?: Component | JSX.Element; icon?: JSX.Element; onCloseButtonClick?: () => void; onHideComplete?: () => void;