UNPKG

@lobehub/ui

Version:

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

8 lines (7 loc) 274 B
import { LayoutTocProps } from "../type.mjs"; import * as react72 from "react"; //#region src/Layout/components/LayoutToc.d.ts declare const LayoutToc: react72.NamedExoticComponent<LayoutTocProps>; //#endregion export { LayoutToc }; //# sourceMappingURL=LayoutToc.d.mts.map