@likecoin/epub-ts
    Preparing search index...

    Interface NavItem

    interface NavItem {
        href: string;
        id: string;
        label: string;
        parent?: string;
        subitems?: NavItem[];
    }
    Index

    Properties

    href: string
    id: string
    label: string
    parent?: string
    subitems?: NavItem[]