ценность

const Input = ({ value, onChange }) => (
  <input value={value} onChange={onChange} />
);
Obedient Opossum