--- interface Props { width?: number height?: number ratio?: string class?: string } const { width = 400, height = 200, ratio, class: className } = Astro.props ---