UNPKG

@lobehub/ui

Version:

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

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