import PropTypes from 'prop-types' const Button = ({ color, text, onClick }) => { return ( {text} ) } Button.defaultrops = { color: ...
確定! 回上一頁