Test/node_modules/@excalidraw/mermaid-to-excalidraw/dist/constants.d.ts
2026-04-09 22:54:00 +07:00

15 lines
353 B
TypeScript

export declare const DEFAULT_FONT_SIZE = 20;
export declare const SVG_TO_SHAPE_MAPPER: {
[key: string]: "rectangle" | "ellipse";
};
export declare const MERMAID_CONFIG: {
startOnLoad: boolean;
flowchart: {
curve: string;
};
themeVariables: {
fontSize: string;
};
maxEdges: number;
maxTextSize: number;
};