mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-10-16 12:39:58 +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