Type Alias: CardDescriptionProps
CardDescriptionProps =
PropsWithChildren<HTMLAttributes<HTMLParagraphElement> &Partial<{className:string; }>>
Props accepted by the card description.
CardDescriptionProps =
PropsWithChildren<HTMLAttributes<HTMLParagraphElement> &Partial<{className:string; }>>
Props accepted by the card description.