mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-24 01:39:53 +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.
|
* 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;
|
themeVariables?: any;
|
||||||
themeCSS?: string;
|
themeCSS?: string;
|
||||||
/**
|
/**
|
||||||
|
@@ -67,6 +67,7 @@ properties:
|
|||||||
- neutral
|
- neutral
|
||||||
- neo
|
- neo
|
||||||
- neo-dark
|
- neo-dark
|
||||||
|
- mc
|
||||||
- 'null' # should this be a `null`-type?
|
- 'null' # should this be a `null`-type?
|
||||||
meta:enum:
|
meta:enum:
|
||||||
'null': Can be set to disable any pre-defined mermaid theme
|
'null': Can be set to disable any pre-defined mermaid theme
|
||||||
|
Reference in New Issue
Block a user