--- interface Props { first?: string | URL; previous?: string | URL; next?: string | URL; last?: string | URL; label?: string; } const { first, next, previous, last, label } = Astro.props; --- { (first || next || previous || last) && ( ) }