--- interface Props { date?: Date; } const { date = new Date() } = Astro.props; ---