import React from 'react' const InputNumber = (props) => { return ( <input type="number"></input> ) } export default InputNumber.
確定! 回上一頁