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 b17415f commit 0d7f443Copy full SHA for 0d7f443
src/components/summaryDetails/types/summaryDetails.ts
@@ -6,7 +6,7 @@ import { CustomTokenTypes } from '@/types';
6
import { SummaryDetailsPropsStylesType } from './summaryDetailsTheme';
7
8
export type SummaryDetailsTextType = Omit<IText<string>, 'children'> & {
9
- content: string;
+ content?: React.ReactNode;
10
};
11
12
export interface ISummaryDetailsStandAlone {
0 commit comments