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 5f686f9 commit 2a93310Copy full SHA for 2a93310
packages/mdx/src/smooth-code/partial-step-parser.ts
@@ -24,6 +24,7 @@ export type CodeAnnotation = {
24
children: React.ReactNode
25
data: any
26
theme: EditorTheme
27
+ isInline: boolean
28
}) => React.ReactElement
29
data?: any
30
}
0 commit comments