--- import { cn } from "../lib/utils"; interface Props { text: string; type?: "danger" | "primary" | "default"; } const { text, type } = Astro.props; --- {text}