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