@suluk/panel - v0.3.1
    Preparing search index...

    Interface NavItem

    interface NavItem {
        name: string;
        label: string;
        href: string;
        count?: number;
    }
    Index

    Properties

    Properties

    name: string
    label: string
    href: string
    count?: number