--- type Props = { defaultTheme?: "auto" | "dark" | "light" | undefined; }; const { defaultTheme = "auto" } = Astro.props; ---