device-navigation - v4.7.3
    Preparing search index...

    Type Alias NavTree

    Internal root of the nav tree.

    type NavTree = {
        children: NavTreeNode[][];
        root: true;
    }
    Index
    children: NavTreeNode[][]
    root: true