--- interface Props { href: string | URL; text: string; } const { href, text } = Astro.props; --- {text}