Open
Description
Prerequisites
- I have read the Contributing Guidelines.
- I agree to follow the Code of Conduct.
- I have searched for existing issues that already include this feature request, without success.
Describe the Feature Request
JSX types for attributes like aria-foo
are needed.
Describe the Use Case
To be able to have type definitions for all available attributes.
Describe Preferred Solution
Add to DOMAttributes
Describe Alternatives
n/a
Related Code
return <div aria-labelledby="foo">...</div>
Additional Information
No response