UNPKG

@lobehub/ui

Version:

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

10 lines 389 B
//#region src/hooks/useMermaidCdn.d.ts /** * Point the fallback loader at a mirror, or at a self-hosted copy for offline * and strict-CSP deployments. Resets any in-flight load. */ declare const setMermaidCdnUrl: (url: string) => void; declare const getMermaidCdnUrl: () => string; //#endregion export { getMermaidCdnUrl, setMermaidCdnUrl }; //# sourceMappingURL=useMermaidCdn.d.mts.map