MCPcopy Create free account
hub / github.com/ResearAI/AutoFigure / CodeBlockProps

Interface CodeBlockProps

frontend/components/code-block.tsx:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { Highlight, themes } from "prism-react-renderer"
4
5interface CodeBlockProps {
6 code: string
7 language?: "xml" | "json"
8}
9
10export function CodeBlock({ code, language = "xml" }: CodeBlockProps) {
11 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected