--- interface Props { href: string class?: string } const { href, class: clazz } = Astro.props ---