I'm building a custom component that has a normal <button> tag and I'm adding a new prop to it called aria-current.
The problem is that Typescript complains that this property does not exist inside <button>(and it doesnt). My question is: How to add this property to a simple <button> tag?

