UNPKG

@lobehub/ui

Version:

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

3 lines 177 B
import { TocItemType, TocMobileProps, TocProps } from "./type.mjs"; import Toc from "./Toc.mjs"; export { type TocItemType, type TocMobileProps, type TocProps, Toc as default };