Skip to content

Commit

Permalink
Fix TS
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Feb 11, 2022
1 parent 8d885ba commit be3bb2f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions beta/src/components/MDX/CodeBlock/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ export default React.memo(function CodeBlockWrapper(props: {
isFromAPIAnatomy: boolean;
isFromPackageImport: boolean;
children: string;
className?: string;
metastring: string;
noMargin?: boolean;
noMarkers?: boolean;
}): any {
const {children, isFromAPIAnatomy, isFromPackageImport} = props;
return (
Expand Down

0 comments on commit be3bb2f

Please sign in to comment.