- {showClose ? (
-
- ) : null}
- {content ?? (
-
- {title ? (
-
- {title}
-
- ) : null}
- {description ? (
-
- {description}
-
- ) : null}
-
- )}
- {footer === undefined ? (
-
- {cancelText ? (
- {
- onCancel?.();
- }}
- >
- {cancelText}
-
- ) : null}
- {okText ? (
- {
- onOk?.();
- }}
- {...okButtonProps}
- >
- {okText}
-
- ) : null}
-
- ) : null}
-
-