export function generateHtml(name: string, bundledJS: string, props: Record): string { return ` ${name} `; }