UNPKG

@lobehub/ui

Version:

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

8 lines (7 loc) 221 B
import { TocProps } from "./type.mjs"; import * as react7 from "react"; //#region src/Toc/Toc.d.ts declare const Toc: react7.NamedExoticComponent<TocProps>; //#endregion export { Toc }; //# sourceMappingURL=Toc.d.mts.map