--- // Cspell:words astro minmax classnames export interface Props { [key: string]: any; } const { ...props } = Astro.props; ---