import AstroLogo from "../../images/astro.png?url"; import OutSystemsLogo from "../../images/outsystems.png?url"; interface DemoProps { children?: string; header?: string; initialCount?: number; showMessage?: string; } export default function Demo({ initialCount = 0, showMessage = "", }: DemoProps): string { return `
${initialCount}