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.
PartialInlineContentElement
1 parent 96ae499 commit 46355c0Copy full SHA for 46355c0
1 file changed
packages/core/src/schema/inlineContent/types.ts
@@ -145,7 +145,7 @@ export type InlineContent<
145
T extends StyleSchema,
146
> = InlineContentFromConfig<I[keyof I], T>;
147
148
-type PartialInlineContentElement<
+export type PartialInlineContentElement<
149
I extends InlineContentSchema,
150
151
> = PartialInlineContentFromConfig<I[keyof I], T>;
0 commit comments