UNPKG

@lobehub/ui

Version:

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

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