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 aba9dc8 commit 2e19416Copy full SHA for 2e19416
src/data/transformPageContent.ts
@@ -10,7 +10,7 @@ import {getExtendTypographyConfig} from './config';
10
import {filterContent} from './contentFilter';
11
12
type TypographyConfigType = {
13
- [x: string]: Record<string, unknown>;
+ [x: string]: Record<string, unknown> | Record<string, unknown>[];
14
};
15
16
type TransformPageContentPropsType = {
0 commit comments