const handleClick = (e) => openModal(MyModal); return ( <Button onClick={handleClick}> Open Modal with disable overlay click </Button>
確定! 回上一頁