--- export interface Props { class?: string; gap?: string; } const { class: className = '', gap = '8rem' } = Astro.props; ---