MCPcopy
hub / github.com/vercel-labs/wterm / CodeProps

Interface CodeProps

apps/docs/src/components/code.tsx:182–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182interface CodeProps {
183 children: string;
184 lang?: string;
185}
186
187export async function Code({ children, lang = "typescript" }: CodeProps) {
188 if (lang === "diff") {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected