UNPKG

@lobehub/ui

Version:

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

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