UNPKG

vitepress-openapi

Version:

Generate VitePress API Documentation from OpenAPI Specification.

3 lines (2 loc) 259 B
import type { OASidebarItem } from '../../composables/useSidebar'; export declare function flatSidebarItems(items: OASidebarItem[], flattenedItems: Record<string, OASidebarItem>, maxDepth: number, currentDepth?: number, parentText?: string): OASidebarItem[];