@fattureincloud/fic-design-system 0.4.14 → 0.4.15

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,6 +8,7 @@ interface Props {
8
8
  onAction: () => void;
9
9
  isOpen: boolean;
10
10
  setIsOpen: (state: boolean) => void;
11
+ isSmall?: boolean;
11
12
  }
12
13
  export declare const ConfirmationModal: (props: Props) => JSX.Element;
13
14
  export {};