--- interface Props { size?: number; class?: string; } const { size = 20, class: className = '' } = Astro.props; ---