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 b14f1b0 commit 4109efcCopy full SHA for 4109efc
docs/content/docs/foundations/document-structure.mdx
@@ -72,7 +72,6 @@ type CustomInlineContent = {
72
content: StyledText[] | undefined;
73
props: Record<string, boolean | number | string>;
74
};
75
-```
76
77
type InlineContent = Link | StyledText | CustomInlineContent;
78
0 commit comments