--- import Icon from '../Icon/Icon.astro'; interface Props { open?: boolean; } const { open = false } = Astro.props; ---