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

    Type Alias NavbarLink

    Represents a link in the navigation bar

    type NavbarLink = {
        dropdown?: NavbarDropdown;
        href: string;
        name: string;
        thumbnail: string;
    }
    Index

    Properties

    dropdown?: NavbarDropdown
    href: string
    name: string
    thumbnail: string