You can also pick specific props that your component will consume while passing all other props using the spread operator. const Button = props => { const { ...
確定! 回上一頁