const getDiagramExport = (html, css, themeType, themeClassName) => { return ` ${html} `; }; module.exports = getDiagramExport;