mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-29 04:09:43 +02:00
return draw function export in info renderer
This commit is contained in:
@@ -46,4 +46,4 @@ export const draw: DrawDefinition = (text, id, version) => {
|
||||
}
|
||||
};
|
||||
|
||||
export default draw;
|
||||
export default { draw };
|
||||
|
Reference in New Issue
Block a user