const Input = ({ className, type, placeholder, value, onChange, onKeyPress }) => ( ); export default Input;