--- interface Props { placeholder?: string; } const { placeholder = "Search..." } = Astro.props; ---