--- export interface Props { label: string; position?: "top" | "bottom" | "left" | "right"; } const { label, position = "top" } = Astro.props; --- {label}