We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 590d1d9 commit 3be9e82Copy full SHA for 3be9e82
packages/react-core/src/components/Card/CardTitle.tsx
@@ -12,7 +12,7 @@ export interface CardTitleProps extends React.HTMLProps<HTMLDivElement> {
12
/** Sets the base component to render. defaults to div */
13
component?: keyof React.JSX.IntrinsicElements;
14
/** @beta Subtitle of the card title */
15
- subtitle?: string;
+ subtitle?: React.ReactNode;
16
}
17
18
export const CardTitle: React.FunctionComponent<CardTitleProps> = ({
0 commit comments