mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-23 17:29:54 +02:00
fix: add mc
mermaid theme to types
This commit is contained in:
@@ -61,7 +61,7 @@ export interface MermaidConfig {
|
||||
* You may also use `themeCSS` to override this value.
|
||||
*
|
||||
*/
|
||||
theme?: 'default' | 'base' | 'dark' | 'forest' | 'neutral' | 'neo' | 'neo-dark' | 'null';
|
||||
theme?: 'default' | 'base' | 'dark' | 'forest' | 'neutral' | 'neo' | 'neo-dark' | 'mc' | 'null';
|
||||
themeVariables?: any;
|
||||
themeCSS?: string;
|
||||
/**
|
||||
|
@@ -67,6 +67,7 @@ properties:
|
||||
- neutral
|
||||
- neo
|
||||
- neo-dark
|
||||
- mc
|
||||
- 'null' # should this be a `null`-type?
|
||||
meta:enum:
|
||||
'null': Can be set to disable any pre-defined mermaid theme
|
||||
|
Reference in New Issue
Block a user