--- import { cn } from '@lib/utils' type Props = { href: string external?: boolean class?: string underline?: boolean 'data-heading'?: string [key: string]: any } const { href, external, class: className, underline, 'data-heading': dataHeading, ...rest } = Astro.props ---