MCPcopy Create free account
hub / github.com/ephraimduncan/blocks / SingleFileCodeViewProps

Interface SingleFileCodeViewProps

components/single-file-code-view.tsx:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26const COLOR_MODE_STORAGE_KEY = 'blocks-code-preview-color-mode';
27
28interface SingleFileCodeViewProps {
29 code: string;
30 language?: SupportedLanguages;
31 fileName?: string;
32}
33
34export function SingleFileCodeView({
35 code,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected