fix: move from objects to Maps

This commit is contained in:
Yash Singh
2024-04-16 13:14:59 -07:00
parent 3809732e48
commit 07de090723
53 changed files with 1245 additions and 1238 deletions

View File

@@ -194,7 +194,7 @@ the string with all the user styles
| :---------- | :-------------------------------------------------------- |
| `config` | `MermaidConfig` |
| `graphType` | `string` |
| `classDefs` | `undefined` \| `Record`<`string`, `DiagramStyleClassDef`> |
| `classDefs` | `undefined` \| `Map`<`string`, `DiagramStyleClassDef`> |
| `svgId` | `string` |
#### Returns