@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
5 lines • 302 B
text/typescript
import { mermaidThemes } from "./const.mjs";
import { MermaidProps, SyntaxMermaidProps } from "./type.mjs";
import { Mermaid } from "./Mermaid.mjs";
import { SyntaxMermaid } from "./SyntaxMermaid/index.mjs";
export { MermaidProps, SyntaxMermaid, SyntaxMermaidProps, Mermaid as default, mermaidThemes };