Skip to content

Commit

Permalink
Cleanup Renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Feb 13, 2023
1 parent b9c2f62 commit 46f2aeb
Show file tree
Hide file tree
Showing 4 changed files with 419 additions and 522 deletions.
6 changes: 5 additions & 1 deletion packages/mermaid/src/config.type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,10 @@ export interface ClassDiagramConfig extends BaseDiagramConfig {
padding?: number;
textHeight?: number;
defaultRenderer?: string;
nodeSpacing?: number;
rankSpacing?: number;
diagramPadding?: number;
htmlLabels?: boolean;
}

export interface JourneyDiagramConfig extends BaseDiagramConfig {
Expand Down Expand Up @@ -391,4 +395,4 @@ export interface FontConfig {

export type FontCalculator = () => Partial<FontConfig>;

export {};
export { };
Loading

0 comments on commit 46f2aeb

Please sign in to comment.