Hello is it possible to inherit props from a HTML button or HTML input element? I only found solutions with typescript here: Extending HTML elements in React and TypeScript while preserving props
but with plain Javascript React i didnt found a solution.