--- interface Props { alignment?: 'row' | 'column' } const { alignment } = Astro.props --- { alignment ? (
) : (
) }