--- export interface Props { title: string; } const { title } = Astro.props; import {Garlic, Clove} from 'garlic-astro'; --- {title}