--- export interface Props { placeholder?: string; className?: string; } const { placeholder, className } = Astro.props; ---
Try different keywords or check the spelling