--- export interface Props { class?: string; id: string; [key: string]: any; } const { class: className, id, ...props } = Astro.props; ---