@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;
@@ -1,3 +1,4 @@
1
+ import 'react-toastify/dist/ReactToastify.css';
1
2
  import { Meta, StoryFn } from '@storybook/react';
2
3
  import { ToastContainerProps, ToastProps } from './types';
3
4
  export declare const WithKnobs: StoryFn<ToastProps>;