import React from "react"; import PropTypes from "prop-types"; import { Button } from 'antd'; function MyButton({ text, onClick }) { return (