--- interface Props { [attribute: string]: any; } const { class: className, ...attributes } = Astro.props; ---