geoview-core
    Preparing search index...

    Type Alias AccordionItem

    Structure for individual accordion items

    type AccordionItem = {
        content: ReactNode;
        title: string;
    }
    Index

    Properties

    Properties

    content: ReactNode

    The content to be displayed when the accordion section is expanded

    title: string

    The title text displayed in the accordion header