--- const { width } = Astro.props; interface Props { width: string; } ---