interface AccordionItemProps {
    children?: ReactNode;
}

Properties

Properties

children?: ReactNode

Content rendered inside the Accordion item