Type Alias: CardTitleProps

CardTitleProps = PropsWithChildren<HTMLAttributes<HTMLHeadingElement> & Partial<{ as: "h2" | "h3" | "h4"; className: string; }>>

Props accepted by the card title.