--- import type { Form as Props } from '~/types'; import Button from '~/components/ui/Button.astro'; const { inputs, textarea, disclaimer, button = 'Contact us', description = '' } = Astro.props; ---
{description}