--- interface Props { dark?: boolean | undefined; } const { dark } = Astro.props; ---