/** * return the HTML template used to render the mmui-tooltip */ export function generateTooltipFormat() { const tooltipHTMLTemplate = ``; return tooltipHTMLTemplate; }