--- import type { ComponentProps } from 'astro/types'; import Base from './Base.astro'; type Props = ComponentProps; const { title, description } = Astro.props; ---