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