geoview-core - v2.2.0
    Preparing search index...

    Type Alias AccordionItem

    Single accordion section with title and expandable content.

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

    Properties

    Properties

    content: ReactNode

    Content rendered when section is expanded (can be any React node)

    title: string

    Display text shown in accordion header