index.jsx 72B

12345
  1. export default (props) => {
  2. return (
  3. <div>基本参数</div>
  4. )
  5. }