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

{text}