-
-
Notifications
You must be signed in to change notification settings - Fork 834
feat: ARIA attribute JSX types are missing #6182
Copy link
Copy link
Closed
Labels
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
Reactions are currently unavailable