--- interface Props { as?: "h1" | "h2" | "h3"; } const { as: Tag = "h1" } = Astro.props; ---