--- export interface Props { fadeout?: boolean } const { fadeout } = Astro.props const display = fadeout ? "": "display: none" ---