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