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