UNPKG

@lobehub/ui

Version:

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

10 lines 248 B
//#region src/Mermaid/const.d.ts interface MermaidThemeItem { background?: string; displayName: string; id: string; } declare const mermaidThemes: MermaidThemeItem[]; //#endregion export { mermaidThemes }; //# sourceMappingURL=const.d.mts.map