6806: Adding support for the new use-case diagram type

on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com>
This commit is contained in:
omkarht
2025-10-09 18:48:11 +05:30
parent c728d864c8
commit 5fd06ccbac
43 changed files with 5405 additions and 11 deletions

View File

@@ -28,6 +28,7 @@ const MERMAID_CONFIG_DIAGRAM_KEYS = [
'packet',
'architecture',
'radar',
'usecase',
] as const;
/**