--- export interface Props { title: string; href: string; target: string; } const { href, target, title} = Astro.props; ---