import React from 'react'; export default props => <button onClick={props.onClick}>Add User</button>;. In the following example, ...
確定! 回上一頁