Type Alias: CardDescriptionProps

CardDescriptionProps = PropsWithChildren<HTMLAttributes<HTMLParagraphElement> & Partial<{ className: string; }>>

Props accepted by the card description.