UNPKG

@lobehub/ui

Version:

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

6 lines (5 loc) 214 B
/// <reference types="react" /> import { MermaidProps } from './type'; declare const Mermaid: import("react").NamedExoticComponent<MermaidProps>; export default Mermaid; export { type MermaidProps } from './type';