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

    Interface NavGroup

    interface NavGroup {
        title: string;
        items: NavItem[];
    }
    Index

    Properties

    Properties

    title: string
    items: NavItem[]