Well consider the following component:
export const EditComponent = observer((props:PropTy) => { const {value, label, inputRef, ...rest} = props; c