@fattureincloud/fic-design-system 0.4.24 → 0.4.25

Sign up to get free protection for your applications and to get access to all the features.
@@ -20,6 +20,8 @@ export interface ModalPropsInterface {
20
20
  height?: number;
21
21
  bottomAttachment?: () => ReactNode;
22
22
  topAttachment?: () => ReactNode;
23
+ portalClassName?: string;
24
+ hideOverlay?: boolean;
23
25
  className?: string;
24
26
  onAfterOpen?: (obj?: {
25
27
  overlayEl: Element;