--- import type { HTMLAttributes } from "astro/types"; import cn from "@/scripts/cn"; const { class: cls, ...rest }: HTMLAttributes<"a"> = Astro.props; --- →