mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-15 13:29:40 +02:00
Add export default to diagram files
This commit is contained in:
@@ -501,3 +501,11 @@ export const draw = function (text, id, isDot) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
export default {
|
||||
setConf,
|
||||
addVertices,
|
||||
addEdges,
|
||||
getClasses,
|
||||
draw
|
||||
}
|
||||
|
Reference in New Issue
Block a user