mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-21 06:53:17 +08:00
7 lines
103 B
JavaScript
7 lines
103 B
JavaScript
|
let config
|
||
|
|
||
|
export const setConfig = conf => {
|
||
|
config = conf
|
||
|
}
|
||
|
export const getConfig = () => config
|