Created Modal in antd now need to add custom button in the header part of the Modal, tried some approaches but didn't succeed.
<Modal title={<button>abc</button>} visible={isModalVisible}>
<p>Some contents...</p>
<p>Some contents...</p>
<p>Some contents...</p>
</Modal>