UNPKG

@lobehub/ui

Version:

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

10 lines (9 loc) 262 B
import { SWRResponse } from 'swr'; /** * 验证并处理 Mermaid 图表内容 */ export declare const useMermaid: (id: string, content: string) => SWRResponse<string, Error>; /** * 初始化 Mermaid 配置 */ export declare const useMermaidInit: () => void;