Closed charlie-yao closed 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.
AccordionHeader
BaseAccordionHeader
buttonProps
headerProps
<button>
<h1>
<h6>
For both
AccordionHeader
andBaseAccordionHeader
,buttonProps
andheaderProps
are now typed based on the HTML attributes that<button>
and<h1>
to<h6>
can accept.