Module: configs/const-enum/CE_MERMAID_THEME
Type Aliases
CE_MERMAID_THEME
Ƭ CE_MERMAID_THEME: typeof CE_MERMAID_THEME
[keyof typeof CE_MERMAID_THEME
]
Defined in
configs/const-enum/CE_MERMAID_THEME.ts:12
configs/const-enum/CE_MERMAID_THEME.ts:20
Variables
CE_MERMAID_THEME
• Const
CE_MERMAID_THEME: Object
mermaid.js theme configuration
See
https://mermaid-js.github.io/mermaid/#/Setup?id=theme
- default
- forest
- dark
- neutral
- null
Type declaration
Name | Type |
---|---|
DARK | "dark" |
DEFAULT | "default" |
FOREST | "forest" |
NEUTRAL | "neutral" |
NULL | "null" |