Type Alias: CardSectionProps

CardSectionProps = PropsWithChildren<HTMLAttributes<HTMLDivElement> & Partial<{ className: string; }>>

Props accepted by generic card sections.