--- export interface Props { isDark?: boolean; } const { isDark = false } = Astro.props; ---