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