interface AccordionProps {
    children?: ReactNode;
    title: string;
}

Properties

Properties

children?: ReactNode
title: string