Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
enricoros committed Apr 2, 2024
1 parent a63932c commit b0fb1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/blocks/code/RenderCode.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,13 @@ interface RenderCodeBaseProps {
fitScreen?: boolean,
noCopyButton?: boolean,
optimizeLightweight?: boolean,
initialShowHTML?: boolean,
sx?: SxProps,
}

interface RenderCodeImplProps extends RenderCodeBaseProps {
highlightCode: (inferredCodeLanguage: string | null, blockCode: string) => string,
inferCodeLanguage: (blockTitle: string, code: string) => string | null,
initialShowHTML?: boolean,
}

function RenderCodeImpl(props: RenderCodeImplProps) {
Expand Down

0 comments on commit b0fb1b9

Please sign in to comment.