--- interface Props { isVisible?: boolean } const { isVisible = true } = Astro.props ---