--- interface Props { content?: 'top' | 'center' | 'right' | 'split' | 'spaced' gap?: number } const { content, gap } = Astro.props ---