Skip to content

Commit be3bb2f

Browse files
committed
Fix TS
1 parent 8d885ba commit be3bb2f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

beta/src/components/MDX/CodeBlock/index.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ export default React.memo(function CodeBlockWrapper(props: {
99
isFromAPIAnatomy: boolean;
1010
isFromPackageImport: boolean;
1111
children: string;
12+
className?: string;
13+
metastring: string;
14+
noMargin?: boolean;
15+
noMarkers?: boolean;
1216
}): any {
1317
const {children, isFromAPIAnatomy, isFromPackageImport} = props;
1418
return (

0 commit comments

Comments
 (0)