@fattureincloud/fic-design-system 1.0.6 → 1.0.7
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,4 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
import 'react-toastify/dist/ReactToastify.css';
|
3
2
|
import { ToastContainerProps } from './types';
|
4
3
|
export declare const ToastContainer: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("react-toastify").ToastContainerProps & import("react").RefAttributes<HTMLDivElement>>, import("styled-components").DefaultTheme, {
|
5
4
|
closeButton: false;
|