{description &&
{description}
}
);
};
return () => {
const { placement, overlayClassName, trigger = 'click', ...restProps } = props;
const otherProps = omit(restProps, [
'title',
'content',
'cancelText',
'okText',
'onUpdate:open',
'onConfirm',
'onCancel',
'prefixCls',
]);
const overlayClassNames = classNames(prefixClsConfirm.value, overlayClassName);
return wrapSSR(