@webshop/root - v1.0.0
    Preparing search index...

    Interface NavbarDropdownSection

    Represents a section with products inside a dropdown

    interface NavbarDropdownSection {
        cards: Product[];
        icon: string;
        title: string;
    }
    Index

    Properties

    Properties

    cards: Product[]
    icon: string
    title: string