Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
variable AccordionHeader
import { AccordionHeader } from "https://deno.land/x/netzo@0.3.66/deps/@radix-ui/react-accordion.ts";

AccordionHeader contains the content for the parts of an AccordionItem that will be visible whether or not its content is collapsed.

type

React.ForwardRefExoticComponent<AccordionHeaderProps & React.RefAttributes<HTMLHeadingElement>>