--- interface Props { background?: string color?: string border?: string } const { background, color, border } = Astro.props --- { border ? (