charlie-yao / react-aria-widgets

Implementations of WAI-ARIA widgets and design patterns in React.
MIT License
2 stars 0 forks source link

Stricter typing for headerProps and buttonProps in accordion header components #143

Closed charlie-yao closed 1 year ago

charlie-yao commented 1 year ago

For both AccordionHeader and BaseAccordionHeader, buttonProps and headerProps are now typed based on the HTML attributes that <button> and <h1> to <h6> can accept.