@fattureincloud/fic-design-system 0.11.0 → 0.11.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -31,6 +31,7 @@ export interface ModalPropsInterface {
31
31
  isConfirmModal?: boolean;
32
32
  sizeCloseX?: SizeProp;
33
33
  zIndex?: number;
34
+ disableInfoTooltip?: boolean;
34
35
  }
35
36
  export interface StyledModalBoxProps {
36
37
  isFullscreen?: boolean;