@zealicsolutions/web-ui 0.4.86 → 0.4.87

Sign up to get free protection for your applications and to get access to all the features.
@@ -9,7 +9,7 @@ export declare type ZealUIModalProps = PropsWithChildren<Pick<MUIModalProps, 'op
9
9
  modalStyles?: CSSProperties;
10
10
  size?: string;
11
11
  popupId: string;
12
- onClose: (popupId: string) => void;
12
+ onClose: () => void;
13
13
  withCloseIcon?: boolean;
14
14
  };
15
15
  export declare const ZealUIModal: ({ children, wrapperStyles, padding, onKeyDown, modalStyles, size, popupId, withCloseIcon, ...rest }: ZealUIModalProps) => JSX.Element;