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

    Type Alias NavbarDropdown

    Represents a navigation bar link dropdown that opens when hovered on. Can have multiple sections with different headings.

    type NavbarDropdown = {
        id: string;
        sections: NavbarDropdownSection[];
    }
    Index

    Properties

    Properties

    id: string