UNPKG

@lobehub/ui

Version:

Lobe UI is an open-source UI component library for building AIGC web apps

12 lines (11 loc) 259 B
import { TocItemType } from "./type"; export declare const mapItems: (items: TocItemType[]) => { children: { href: string; key: string; title: string; }[] | undefined; href: string; key: string; title: string; }[];