Skip to content

Commit 2a93310

Browse files
committed
Fix annotation type
1 parent 5f686f9 commit 2a93310

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/mdx/src/smooth-code/partial-step-parser.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export type CodeAnnotation = {
2424
children: React.ReactNode
2525
data: any
2626
theme: EditorTheme
27+
isInline: boolean
2728
}) => React.ReactElement
2829
data?: any
2930
}

0 commit comments

Comments
 (0)