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