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