--- interface Props { pos?: "left" | "center" | "right"; } const { pos = "center" } = Astro.props; ---